EllipticalCone.getAxes Method
Parent Object: EllipticalConeDefined in namespace "adsk::core" and the header file is <Core/Geometry/EllipticalCone.h>
Description
Gets the center axis of the cone that defines its normal direction and the major axis direction of the ellipse that defines it.
Syntax
"ellipticalCone_var" is a variable referencing an EllipticalCone object.
|
Parameters
Name | Type | Description |
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. |