Matrix2D.setWithArray Method

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

Description

Sets the contents of the array using a 9 element array.

Syntax

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

#include <Core/Geometry/Matrix2D.h>

returnValue = matrix2D_var->setWithArray(cells);

Return Value

Type Description
boolean Returns true if successful.

Parameters

Name Type Description
cells double[] The array of cell values.

Version

Introduced in version August 2014