Click or drag to resize
Ab4d.SharpEngine logo

TubeLineModelNode Properties

The TubeLineModelNode type exposes the following members.

Properties
 NameDescription
Public propertyEndPosition End position of the line. Property change will re-generate the mesh in the next update phase. To immediately re-generate the mesh, call the Update method.
Public propertyGenerateTextureCoordinates Generate texture coordinates. Property change will re-generate the mesh in the next update phase. To immediately re-generate the mesh, call the Update method.
Public propertyIsEndPositionClosed Flag indicating whether the start position is closed (filled circle shape). Property change will re-generate the mesh in the next update phase. To immediately re-generate the mesh, call the Update method.
Public propertyIsStartPositionClosed Flag indicating whether the start position is closed (filled circle shape). 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 line. 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 comprising the line'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.
Public propertyStartPosition Start position of the line. 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