LOAD OP PROCESS: Difference between revisions

From Macros Wiki
Jump to navigationJump to search
Mikeo (talk | contribs)
No edit summary
No edit summary
 
Line 1: Line 1:
[[Operations:Operation_Tiles|{{Up}}]]
[[Operations:Operation_Tiles|{{Up}}]]


{{Command|syntax=LOAD_OP_PROCESS <op number>
{{Command|syntax=LOAD_OP_PROCESS <op number> [Allow open process dialog]
|description=:Load the processes associated with an operation.<br>
|description=:Load the processes associated with an operation.<br>
:In addition to loading the processes, any geometry or solids selected when the operation was created will also be selected.
:In addition to loading the processes, any geometry or solids selected when the operation was created will also be selected.


|param1=<op number>|param1_desc={{op number}}
|param1=<op number>|param1_desc={{op number}}
|param2=Allow open process dialog|param2_desc=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===
===Example===
:LOAD_OP_PROCESS 3
: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


[[Category:Operations]]
[[Category:Operations]]

Latest revision as of 21:06, 10 September 2021

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