Difference between revisions of "ADD OP STOP MARKER"
From Macros Wiki
(2 intermediate revisions by one other user not shown) | |||
Line 1: | Line 1: | ||
− | {{Command|syntax=ADD_OP_STOP_MARKER <op number>, <feature num>, < | + | [[Operations:Operation_Tool-Path|{{Up}}]] |
− | |description= | + | |
+ | {{Command|syntax=ADD_OP_STOP_MARKER <op number>, <feature num>, <distance>, <value>, <marker num> | ||
+ | |description=:Add a stop marker to an operation. | ||
|param1=<op number>|param1_desc={{op number}} | |param1=<op number>|param1_desc={{op number}} | ||
− | |param2=<feature num>|param2_desc={{ | + | |param2=<feature num>|param2_desc={{set feat num}} |
− | |param3=< | + | |param3=<distance>|param3_desc={{set feat dist}} |
− | |param4=<value>|param4_desc= {{ | + | |param4=<value>|param4_desc=The {{stop marker type}}. |
− | |param5=< | + | |param5=<type>|param5_desc={{get marker num}} |
+ | |||
}} | }} | ||
===Example=== | ===Example=== | ||
− | :ADD_OP_STOP_MARKER | + | :ADD_OP_STOP_MARKER 1, 4, 0.5, 1, MarkerNum |
[[Category:Operations]] | [[Category:Operations]] |
Latest revision as of 11:33, 14 January 2011
Command
- ADD_OP_STOP_MARKER <op number>, <feature num>, <distance>, <value>, <marker num>
- Add a stop marker to an operation.
Parameters
- <op number>
- Operation number.
- <feature num>
- Feature number.
- <distance>
- Distance along the feature (0.0 = start, 1.0 = end).
- <value>
- The stop type (0 = stop, 1 = opstop).
- <type>
- Name of variable to be set to the number of the marker that was added.
Example
- ADD_OP_STOP_MARKER 1, 4, 0.5, 1, MarkerNum