Cone | |
The ConeTubeVisual3D type exposes the following members.
| Name | Description | |
|---|---|---|
| BottomCenterPosition | Gets or sets the position of the bottom center of the Cone | |
| BottomInnerRadius | Gets or sets the radius of the bottom circle of the Cone. | |
| BottomOuterRadius | Gets or sets the radius of the bottom circle of the Cone. | |
| 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 Cone. | |
| HeightDirection | Gets or sets a Vector3D that specifies the height direction. Default value is up vector (0, 1, 0). | |
| Segments | Gets or sets the number of segments that are used to create the circular area of the Cone. 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. | |
| TopInnerRadius | Gets or sets the radius of the top circle of the Cone. | |
| TopOuterRadius | Gets or sets the radius of the top circle of the Cone. |