LOAD OP PROCESS

From Macros Wiki
Jump to navigationJump to search

Up

Command

LOAD_OP_PROCESS <op number> [Allow open process dialog]


Load the processes associated with an operation.
In addition to loading the processes, any geometry or solids selected when the operation was created will also be selected.

Parameters

<op number>
Operation number.
Allow open process dialog
0 or 1

When the optional parameter "Allow open process dialog" is set to 1 and the option to open process dialog on op load is selected in File->Settings, then the process dialog will be opened.

If this second parameter is not specified, the default setting is 1.

Example

LOAD_OP_PROCESS 3  ! load process group for operation 3, open process dialog if option is selected in File->Settings dialog
LOAD_OP_PROCESS 3, 1  ! load process group for operation 3, open process dialog if option is selected in File->Settings dialog
LOAD_OP_PROCESS 3, 0  ! load process group for operation 3, do not open process dialog even if option is selected in File->Settings dialog