Matrix3D.setWithArray Method
Parent Object:
Matrix3DDefined 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)
|
"matrix3D_var" is a variable referencing a Matrix3D object.
#include <Core/Geometry/Matrix3D.h>
returnValue = matrix3D_var->setWithArray(cells);
|
Return Value
boolean |
Returns true if successful. |
Parameters
cells |
double[] |
The array of cell values. |
Version
Introduced in version August 2014