Share

Matrix3D.translation Property

Parent Object: Matrix3D
Defined 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.

# Get the value of the property.
propertyValue = matrix3D_var.translation

# Set the value of the property.
matrix3D_var.translation = propertyValue

Property Value

This is a read/write property whose value is a Vector3D.

Samples

Name Description
moveFeatures.add Demonstrates the moveFeatures.add method.

Version

Introduced in version August 2014

Was this information helpful?