EllipticalCone.GetEllipticalConeData Method
Parent Object: EllipticalConeDescription
Get the data defining this elliptical cone.
Syntax
EllipticalCone.GetEllipticalConeData( BasePoint() As Double, AxisVector() As Double, MajorAxis() As Double, MinorMajorRatio As Double, HalfAngle As Double, IsExpanding As Boolean )Parameters
Name | Type | Description |
BasePoint | Double | Input/output Double that specifies base point. |
AxisVector | Double | Input/output Double that specifies axis vector. |
MajorAxis | Double | Input/output Double that specifies major axis. |
MinorMajorRatio | Double | Output Double that specifies the ratio of the minor and major axes of the elliptical cone. |
HalfAngle | Double | Output Double that specifies the half-angle value for the elliptical cone. |
IsExpanding | Boolean | Output Boolean that specifies whether the radius of the cone is expanding or not, in the direction of the axis vector. |