STKObjectCutCopyPasteEventArguments#
- class ansys.stk.core.stkobjects.STKObjectCutCopyPasteEventArguments#
Arguments for the OnStkObjectPreCut, OnStkObjectCopy and OnStkObjectPaste events.
Overview#
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. |
|
Selected Object path that is being cut, copied or pasted. |
Import detail#
from ansys.stk.core.stkobjects import STKObjectCutCopyPasteEventArguments
Property detail#
- property STKObjectCutCopyPasteEventArguments.object_paths: list#
Return an array of object paths that are cut, copied or pasted.