Matrix3D.asArray Method
Parent Object: Matrix3DDefined in namespace "adsk::core" and the header file is <Core/Geometry/Matrix3D.h>
Description
Returns the contents of the matrix as a 16 element array.
Syntax
"matrix3D_var" is a variable referencing a Matrix3D object.
|
Return Value
Type | Description |
double[] | Returns the array of cell values. |