Click or drag to resize
AB4D logo

CircleMesh3D Constructor

Constructor

Namespace: Ab3d.Meshes
Assembly: Ab3d.PowerToys (in Ab3d.PowerToys.dll) Version: 11.1.8864.1045
Syntax
C#
public CircleMesh3D(
	Point3D centerPosition,
	Vector3D normal,
	Vector3D upDirection,
	double radius,
	int segments
)

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
circle radius
segments  Int32
number of segments that are used to define the circle
See Also