Circle |
public class CircleLineNode : PolyLineBaseNode
The CircleLineNode type exposes the following members.
Name | Description | |
---|---|---|
CircleLineNode(String) | Initializes a new instance of the CircleLineNode class | |
CircleLineNode(IPolyLineMaterial, String) | Initializes a new instance of the CircleLineNode class | |
CircleLineNode(Color4, Single, String) | Initializes a new instance of the CircleLineNode class |
Name | Description | |
---|---|---|
CenterPosition | Position of the circle center. Default value is (0, 0, 0) | |
Normal | Direction of the normal vector. Default value is (0, 1, 0) | |
Radius | Radius of the circle. Default value is 1.0. | |
Segments | Number of segments that define the circle. Default value is 30. | |
ZeroAngleDirection | Direction of the vector pointing from the circle's center to its "top" position in the 2D plane (i.e., the top-most point on the circle, corresponding to angle 0). By default, the vector is set to null and is selected automatically; the value can be set to influence the orientation of the circle at lower segment counts (e.g., for creating a pentagon or hexagon shape). |