apIPRegisterCustomMenuItem
apIPRegisterCustomMenuItem(t_commandName t_functionName[ ?instg_inst][ ?modgeng_modgen][ ?figGroupg_figGroup] ) =>t / nil
Description
Registers a custom context menu item in the interactive placer context menu.
Arguments
Value Returned
|
The custom context menu item is registered in the interactive placer context menu. |
|
Examples
If the selected set contains instances or Modgens, the context menu includes the custom button ButtonText that calls buttonFunction on click.
apIPRegisterCustomMenuItem("ButtonText" "buttonFunction()" ?inst t ?modgen t)
Related Topics
Return to top