Make a Transform from Doubles (Fixed XYZ)

Creates a transform operator from specified XYZ/RxRyRz values.

 

Input Arguments

 

0

Double

X

The x value for the transform.

1

Double

Y

The y value for the transform.

2

Double

Z

The z value for the transform.

3

Double

Rx (Roll)

The Rx value for the transform.

4

Double

Ry (Pitch)

The Ry value for the transform.

5

Double

Rz (Yaw)

The Rz value for the transform.

 

Return Arguments

 

6

Transform

Resultant Transform

The resulting transform constructed from the elements above.

 

Returned Status

 

SUCCESS

This command always succeeds.

 

Remarks

None.