copy#
- Modeler2D.copy(assignment: list) list | None#
Copy objects to the clipboard.
- Parameters:
- assignment
list List of objects (IDs or names).
- assignment
- Returns:
listList of names of the objects copied when successful.
References
>>> oEditor.Copy
Examples
>>> from ansys.aedt.core.modeler.cad.primitives import GeometryModeler >>> obj = GeometryModeler() >>> obj.copy(assignment="Box1")