Share

Matrix3D.setWithArray Method

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

Description

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

Syntax

"matrix3D_var" is a variable referencing a Matrix3D object.
returnValue = matrix3D_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

Was this information helpful?