Click or drag to resize
AB4D logo

TubePathVisual3D Properties

The TubePathVisual3D type exposes the following members.

Properties
 NameDescription
Public propertyGenerateTextureCoordinates Gets or sets a Boolean that specifies if texture coordinates are generated (created mesh is more complicated in this case). Default value is true.
Public propertyIsPathClosed Gets or sets a value that specifies if end position is connected to the start position. Default value is false.
Public propertyIsTubeClosed Gets or sets a value that specifies if the start and end segment of the TubePathVisual3D are closed so that it is not possible to see inside the tube. Default value is true.
Public propertyPathPositions Gets or sets a Point3DCollection that specifies the path positions.
Public propertyRadius Gets or sets the radius of the Tube.
Public propertySegments Gets or sets the number of segments that are used to create the circular area of the Tube. Default value is 10.
Top
See Also