NXOpen.UF.View.CopyView

View.CopyView()

Refer to UF_VIEW_copy_view for documentation.

Signature: CopyView(viewToCopy, nameOfNewView)

Parameters:
  • viewToCopy (Tag) – The tag of the view which you want to copy. This view may not be a drawing view, nor may it be a view on a drawing.
  • nameOfNewView (str) – The name of the new view. Must contain valid characters, must have no more than UF_OBJ_NAME_LEN characters. There must not already be a view of this name in the Displayed part.
Returns:

The tag of the newly created view

Return type:

Tag

License requirements: None