NXOpen.UF.Draw.AddOrthographicView

Draw.AddOrthographicView()

Refer to UF_DRAW_add_orthographic_view for documentation.

Signature: AddOrthographicView(drawingTag, parentViewTag, projectionDirection, dwgReferencePoint)

Parameters:
  • drawingTag (Tag) – The drawing tag (must be currentdrawing).
  • parentViewTag (Tag) – tag of parent view.
  • projectionDirection (NXOpen.UF.Draw.ProjDir Refer to UF_DRAW_proj_dir_e for documentation.) – direction of projection if none specified, the projection direction is determined by the location of the drawing reference point relative to the center of the parent view
  • dwgReferencePoint (list of float) – Drawing reference point (drawing coordinates)
Returns:

tag of orthographic view

Return type:

Tag

License requirements: DRAFTING