Cone.GetConeData Method
Parent Object: ConeDescription
Get the data defining this cone.
Syntax
Cone.GetConeData( BasePoint() As Double, AxisVector() As Double, Radius As Double, HalfAngle As Double, IsExpanding As Boolean )Parameters
Name | Type | Description |
BasePoint | Double | Input/output Double that specifies the base point of the cone. |
AxisVector | Double | Input/output Double that specifies axis vector. |
Radius | Double | Output Double that specifies the radius of the cone. |
HalfAngle | Double | Output Double that specifies the half-angle value for the cone. |
IsExpanding | Boolean | Output Boolean that specifies whether the radius of the cone is expanding or not, in the direction of the axis vector. |