Matrix2D.asArray Method

Parent Object: Matrix2D
Defined in namespace "adsk::core" and the header file is <Core/Geometry/Matrix2D.h>

Description

Returns the contents of the matrix as a 9 element array.

Syntax

"matrix2D_var" is a variable referencing a Matrix2D object.
returnValue = matrix2D_var.asArray()
"matrix2D_var" is a variable referencing a Matrix2D object.

#include <Core/Geometry/Matrix2D.h>

returnValue = matrix2D_var->asArray();

Return Value

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

Version

Introduced in version August 2014