STKObjectCutCopyPasteEventArguments#
- class ansys.stk.core.stkobjects.STKObjectCutCopyPasteEventArguments#
Arguments for the OnStkObjectPreCut, OnStkObjectCopy and OnStkObjectPaste events.
Overview#
Selected Object path that is being cut, copied or pasted. |
|
Return an array of object paths that are cut, copied or pasted. |
|
Return an array of object paths that are being pasted. The new object paths corresposnd to the old paths at the same array location in ObjectPaths array. |
Import detail#
from ansys.stk.core.stkobjects import STKObjectCutCopyPasteEventArguments
Property detail#
- property STKObjectCutCopyPasteEventArguments.selected_object_path: str#
Selected Object path that is being cut, copied or pasted.