Circle |
The CircleModelNode type exposes the following members.
Name | Description | |
---|---|---|
CenterPosition | Position of the circle's center. Property change will re-generate the mesh in the next update phase. To immediately re-generate the mesh, call the Update method. | |
Normal | Direction of the normal vector (perpendicular to circle's surface). Property change will re-generate the mesh in the next update phase. To immediately re-generate the mesh, call the Update method. | |
Radius | Radius of the circle. Property change will re-generate the mesh in the next update phase. To immediately re-generate the mesh, call the Update method. | |
Segments | Number of segments/points comprising the circle's edge. Property change will re-generate the mesh in the next update phase. To immediately re-generate the mesh, call the Update method. | |
UpDirection | Direction of vector along the circle's surface (the up vector of the 2D shape). Property change will re-generate the mesh in the next update phase. To immediately re-generate the mesh, call the Update method. |