NXOpen.UF.View.SetPerspective

View.SetPerspective()

Refer to UF_VIEW_set_perspective for documentation.

Signature: SetPerspective(tag, option, distance, eye)

Parameters:
  • tag (Tag) – View tag
  • option (int) – Projection Option 1 = Make view parallel 2 = Make view perspective 3 = Change eye point
  • distance (float) – Perspective distance (If option=2)
  • eye (float) – X, Y and Z coordinates of the Eye Point (Absolute CSYS) (If option =3)

License requirements: None