Tube | |
The TubeVisual3D type exposes the following members.
| Name | Description | |
|---|---|---|
| BottomCenterPosition | Gets or sets the position of the bottom center of the Tube | |
| EndAngle | Gets or sets the start angle in degrees. By default the StartAngle and EndAngle are set to 0 and 360 and this creates the whole tube. But when the angle values are changed, it is possible to create only section of the tube - like a arc. | |
| Height | Gets or sets the height of Tube. When Height is set to 0, then only one tube ring is created without bottom and top ring. | |
| HeightDirection | Gets or sets a Vector3D that specifies the height direction. Default value is up vector (0, 1, 0). | |
| InnerRadius | Gets or sets the inner radius of the Tube. | |
| OuterRadius | Gets or sets the outer radius of the Tube. | |
| Segments | Gets or sets the number of segments that are used to create the circular area of the Tube. Default value is 20. | |
| StartAngle | Gets or sets the start angle in degrees. By default the StartAngle and EndAngle are set to 0 and 360 and this creates the whole tube. But when the angle values are changed, it is possible to create only section of the tube - like a arc. |