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.

The following topics are discussed:

Access

import part
import assembly

matrix()

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

Arguments

None.

Return value

A tuple of 12 Floats.

Exceptions

None.

Members

The Transform object has no members.