7.14 Transform object

The MakeSketchTransform method creates a Transform object. The Transform object has no direct constructor. A Transform object is a 4×3 matrix of Floats that represents the transformation from sketch coordinates to assembly coordinates or to part coordinates.

Access
import part
import assembly


7.14.1 matrix()

This method returns the transformation matrix as a tuple of 12 Floats.

Arguments

None.

Return value

A tuple of 12 Floats.

Exceptions

None.


7.14.2  Members

The Transform object has no members.