RadialMarkingMenu
Fires before the marking menu is displayed to the user or before the user gestures using the right mouse button.
EventNames:
RadialMarkingMenu_Pre
Parameters
Type |
Name |
Description |
|---|---|---|
selectionDevice |
Enumeration of the kind of UI used to select object. |
Examples:
RadialMarkingMenu_Pre:
Register-InventorEvent -EventName RadialMarkingMenu_Pre -Action 'PreRadialMarkingMenu'
function PreRadialMarkingMenu($selectionDevice) {
#Write event code here
}