copy#

part.copy() int#

Creates a copy of the currently selected part(s).

The Copy operation creates a dependent copy of the original part.
The copy is created on the client and its existence is not known to the EnSight Server process. A copy shares geometric data and variable data with the original part.
Examples:
ensight.part.select_begin(1)
ensight.part.copy()
Returns:

zero on success, non-zero on error