NXOpen.UF.Mtx3.RotateAboutAxis

Mtx3.RotateAboutAxis()

Refer to UF_MTX3_rotate_about_axis for documentation.

Signature: RotateAboutAxis(rotationAxis, rotationAngle)

Parameters:
  • rotationAxis (list of float) – Vector of the rotation axis
  • rotationAngle (float) – Angle of the rotation (in radians)
Returns:

Rotation Matrix

Return type:

list of float

License requirements: None