Matrix3D.translation Property
Parent Object: Matrix3DDefined in namespace "adsk::core" and the header file is <Core/Geometry/Matrix3D.h>
Description
Gets and sets the translation component of the matrix.
Syntax
"matrix3D_var" is a variable referencing a Matrix3D object.
|
Property Value
This is a read/write property whose value is a Vector3D.Samples
Name | Description |
moveFeatures.add | Demonstrates the moveFeatures.add method. |