NXOpen.UF.View.CreateViewSet

View.CreateViewSet()

Refer to UF_VIEW_create_view_set for documentation.

Signature: CreateViewSet(name, baseViewTag, baseViewType, numOtherViews, otherViewTypes)

Parameters:
  • name (str) – The view set name
  • baseViewTag (Tag) – The Base View in the Set
  • baseViewType (NXOpen.UF.View.StandardOrientation Refer to UF_VIEW_standard_orientation_e for documentation.) – The Base View orthographic type
  • numOtherViews (int) – The number of other views to add to the set
  • otherViewTypes – A list of other view types to add in the set
Returns:

the view set object created

Return type:

Tag

License requirements: None