Click or drag to resize
AB4D logo

Model3DFactoryCreateCircle Method

Creates a customly aligned 3D circle.

Namespace: Ab3d.Models
Assembly: Ab3d.PowerToys (in Ab3d.PowerToys.dll) Version: 11.1.8864.1045
Syntax
C#
public static GeometryModel3D CreateCircle(
	Point3D centerPosition,
	Vector3D normal,
	Vector3D upDirection,
	double radius,
	int segments,
	Material material
)

Parameters

centerPosition  Point3D
circle center position
normal  Vector3D
circle normal as Vector3D
upDirection  Vector3D
Vector3D that is pointing from center position to the circle's top position
radius  Double
radius of the circle
segments  Int32
number of segments that are used to define the circle
material  Material
material

Return Value

GeometryModel3D
3D Circle model as GeometryModel3D
See Also