Matrix3D.asArray Method

Parent Object: Matrix3D
Defined 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.
returnValue = matrix3D_var.asArray()
"matrix3D_var" is a variable referencing a Matrix3D object.

#include <Core/Geometry/Matrix3D.h>

returnValue = matrix3D_var->asArray();

Return Value

Type Description
double[] Returns the array of cell values.

Version

Introduced in version August 2014