Click or drag to resize
Ab4d.SharpEngine logo

CircleModelNode Properties

The CircleModelNode type exposes the following members.

Properties
 NameDescription
Public propertyCenterPosition 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.
Public propertyNormal 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.
Public propertyRadius 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.
Public propertySegments 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.
Public propertyUpDirection 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.
Top
See Also