NXOpen.UF.View.SetRotation

View.SetRotation()

Refer to UF_VIEW_set_rotation for documentation.

Signature: SetRotation(tag, axes)

Parameters:
  • tag (Tag) – view tag
  • axes (list of float) – View x and y axes (six element array) view_matrix[0..2] will be the X-axis values and view_matrix[3..5] will be the Y-Axis values. The Z axis of the view matrix will be internally calculated by taking the cross product of the two input axes.

License requirements: None