ADD OP TEXT MARKER: Difference between revisions
From Macros Wiki
Jump to navigationJump to search
New page: {{Command|syntax=ADD_OP_TEXT_MARKER <op number>, <feature num>, <param>, <string>, <marker num> |description=*DESCRPTION* |param1=<op number>|param1_desc= |param2=<feature num>|param2_des... |
No edit summary |
||
(4 intermediate revisions by one other user not shown) | |||
Line 1: | Line 1: | ||
{{Command|syntax=ADD_OP_TEXT_MARKER <op number>, <feature num>, < | [[Operations:Operation_Tool-Path|{{Up}}]] | ||
|description= | |||
{{Command|syntax=ADD_OP_TEXT_MARKER <op number>, <feature num>, <distance>, <value>, <marker num> | |||
|description=:Add a text marker to an operation. | |||
|param1=<op number>|param1_desc={{op number}} | |||
|param2=<feature num>|param2_desc={{set feat num}} | |||
|param3=<distance>|param3_desc={{set feat dist}} | |||
|param4=<value>|param4_desc=Text string. | |||
|param5=<type>|param5_desc={{get marker num}} | |||
}} | }} | ||
===Example=== | ===Example=== | ||
: | :ADD_OP_TEXT_MARKER 1, 4, 0.5, "Some Text", MarkerNum | ||
[[Category:Operations]] | [[Category:Operations]] |
Latest revision as of 16:29, 14 January 2011
Command
- ADD_OP_TEXT_MARKER <op number>, <feature num>, <distance>, <value>, <marker num>
- Add a text 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>
- Text string.
- <type>
- Name of variable to be set to the number of the marker that was added.
Example
- ADD_OP_TEXT_MARKER 1, 4, 0.5, "Some Text", MarkerNum