STKObjectCutCopyPasteEventArguments#

class ansys.stk.core.stkobjects.STKObjectCutCopyPasteEventArguments#

Arguments for the OnStkObjectPreCut, OnStkObjectCopy and OnStkObjectPaste events.

Overview#

selected_object_path

Selected Object path that is being cut, copied or pasted.

object_paths

Return an array of object paths that are cut, copied or pasted.

pasted_object_paths

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.

property STKObjectCutCopyPasteEventArguments.object_paths: list#

Return an array of object paths that are cut, copied or pasted.

property STKObjectCutCopyPasteEventArguments.pasted_object_paths: list#

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.