Cone.PutConeData Method
Parent Object: ConeDescription
Method that sets the data defining this cone.
Syntax
Cone.PutConeData( 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 | Input Double that specifies the radius of the cone. |
HalfAngle | Double | Input Double that specifies the half-angle value for the cone. |
IsExpanding | Boolean | Input Boolean that specifies whether the radius of the cone is expanding or not, in the direction of the axis vector. |