Decompose Transform into Vectors (Origin and Axes)

Returns the origin and XYZ axes of a given transform.

 

Input Arguments

 

0

Transform

Transform

The transform to decompose.

 

Return Arguments

 

1

Vector

Origin

The origin of the transform.

2

Vector

X Axis

The vector of the X axis of the transform.

3

Vector

Y Axis

The vector of the Y axis of the transform.

4

Vector

Z Axis

The vector of the Z axis of the transform.

 

Returned Status

 

SUCCESS

This command always succeeds.

 

Remarks

This can be used to provide the X/Y/Z axes of any object, for example a frame, when its transform is known.