NXOpen.UF.Mtx4.Rotation

Mtx4.Rotation()

Refer to UF_MTX4_rotation for documentation.

Signature: Rotation(rotationPoint, rotationAxis, angle)

Parameters:
  • rotationPoint (list of float) – Point about which the rotation is to be performed.
  • rotationAxis (list of float) – Axis about which rotation to occur.
  • angle (float) – rotation angle in degrees
Returns:

returned matrix that can be used to tranform objects

Return type:

list of float

License requirements: None