NXOpen.UF.Mtx4.EditRotation

Mtx4.EditRotation()

Refer to UF_MTX4_edit_rotation for documentation.

Signature: EditRotation(mtx4d, mtx3d)

Parameters:
  • mtx4d (list of float) – 4x4 matrix whose rotation is to be edited. (Input) 4x4 with an edited 3x3 rotation matrix. (Output)
  • mtx3d (list of float) – 3x3 rotation matrix to use as replacement in 4x4 matrix.
Returns:

3x3 rotation matrix to use as replacement in 4x4 matrix.

Return type:

list of float

License requirements: None