Matrix3D.getAsCoordinateSystem Method
Parent Object: Matrix3DDefined in namespace "adsk::core" and the header file is <Core/Geometry/Matrix3D.h>
Description
Gets the matrix data as the components that define a coordinate system.
Syntax
"matrix3D_var" is a variable referencing a Matrix3D object. |
Parameters
| Name | Type | Description |
| origin | Point3D | The output origin point of the coordinate system. |
| xAxis | Vector3D | The output x axis direction of the coordinate system. |
| yAxis | Vector3D | The output y axis direction of the coordinate system. |
| zAxis | Vector3D | The output z axis direction of the coordinate system. |
