 |
TubeModelNode Properties |
The TubeModelNode type exposes the following members.
Properties | Name | Description |
---|
 | BottomCenterPosition |
Bottom center position of the tube.
Property change will re-generate the mesh in the next update phase. To immediately re-generate the mesh, call the Update method.
|
 | BottomInnerRadius |
Inner radius of the tube at the bottom end. If both inner radii are zero, a cylinder is rendered as a special case.
Property change will re-generate the mesh in the next update phase. To immediately re-generate the mesh, call the Update method.
|
 | BottomOuterRadius |
Outer radius of the tube at the bottom end.
Property change will re-generate the mesh in the next update phase. To immediately re-generate the mesh, call the Update method.
|
 | EndAngle |
End angle of the arc that defines the tube's side surface, in degrees. Default value is 360.
Property change will re-generate the mesh in the next update phase. To immediately re-generate the mesh, call the Update method.
|
 | Height |
Height of the tube. If zero, a flattened 2D shape (e.g., a circle with a hole) is rendered as a special case.
Property change will re-generate the mesh in the next update phase. To immediately re-generate the mesh, call the Update method.
|
 | HeightDirection |
Height direction vector. The default value is (0, 1, 0), i.e., vector pointing up.
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 tube's 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.
|
 | StartAngle |
Start angle of the arc that defines the tube's side surface, in degrees. Default value is 0.
Property change will re-generate the mesh in the next update phase. To immediately re-generate the mesh, call the Update method.
|
 | TopInnerRadius |
Inner radius of the tube at the top end. If both inner radii are zero, a cylinder is rendered as a special case.
Property change will re-generate the mesh in the next update phase. To immediately re-generate the mesh, call the Update method.
|
 | TopOuterRadius |
Outer radius of the tube at the top end.
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