Gets the data that defines the Elliptical Cone.
"ellipticalCone_var" is a variable referencing an EllipticalCone object. |
|
| Type | Description |
| boolean | Returns true if successful. |
| Name | Type | Description |
| origin | Point3D | The output origin point (center) of the base of the cone. |
| axis | Vector3D | The output center axis (along the length) of the cone that defines its normal direction. |
| majorAxisDirection | Vector3D | The output direction of the major axis of the ellipse that defines the cone. |
| majorRadius | double | The output major radius of the ellipse that defines the cone. |
| minorRadius | double | The output minor radius of the ellipse that defines the cone. |
| halfAngle | double | The output taper half-angle of the cone. |