Cylinder |
The CylinderModelNode type exposes the following members.
Name | Description | |
---|---|---|
BottomCenterPosition | Position of the bottom-center point. Property change will re-generate the mesh in the next update phase. To immediately re-generate the mesh, call the Update method. | |
Height | Vertical size of the cylinder. Property change will re-generate the mesh in the next update phase. To immediately re-generate the mesh, call the Update method. | |
IsSmooth | If set, side surface normals are computed so that the surface looks smooth. Otherwise, each segment of the side surface will appear pronounced and flat. Default value is true. 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 cylinder. 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 comprising the circles and the side surface. Default value is 30. Property change will re-generate the mesh in the next update phase. To immediately re-generate the mesh, call the Update method. |