Matrix3D.create Method
Parent Object: Matrix3DDefined in namespace "adsk::core" and the header file is <Core/Geometry/Matrix3D.h>
Description
Creates a transient 3d matrix object. It is initialized as an identity matrix and is created statically using the Matrix3D.create method.
Syntax
Return Value
Type | Description |
Matrix3D | Returns the new matrix. |
Samples
Name | Description |
moveFeatures.add | Demonstrates the moveFeatures.add method. |