Click or drag to resize
AB4D logo

ConeTubeVisual3D Properties

The ConeTubeVisual3D type exposes the following members.

Properties
 NameDescription
Public propertyBottomCenterPosition Gets or sets the position of the bottom center of the Cone
Public propertyBottomInnerRadius Gets or sets the radius of the bottom circle of the Cone.
Public propertyBottomOuterRadius Gets or sets the radius of the bottom circle of the Cone.
Public propertyEndAngle 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.
Public propertyHeight Gets or sets the height of Cone.
Public propertyHeightDirection Gets or sets a Vector3D that specifies the height direction. Default value is up vector (0, 1, 0).
Public propertySegments Gets or sets the number of segments that are used to create the circular area of the Cone. Default value is 20.
Public propertyStartAngle 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.
Public propertyTopInnerRadius Gets or sets the radius of the top circle of the Cone.
Public propertyTopOuterRadius Gets or sets the radius of the top circle of the Cone.
Top
See Also