ADD OP MARKER: Difference between revisions
From Macros Wiki
Jump to navigationJump to search
New page: {{Up}} {{Command|syntax=ADD_OP_MARKER <op number> <marker type> <feature num> <param> <value> <marker num> |description=: |param1=<op number>|param1_de... |
No edit summary |
||
Line 2: | Line 2: | ||
{{Command|syntax=ADD_OP_MARKER <op number> <marker type> <feature num> <param> <value> <marker num> | {{Command|syntax=ADD_OP_MARKER <op number> <marker type> <feature num> <param> <value> <marker num> | ||
|description=: | |description=:Add a utility marker to an operation. | ||
|param1=<op number>|param1_desc={{op number}} | |param1=<op number>|param1_desc={{op number}} | ||
Line 13: | Line 13: | ||
===Example=== | ===Example=== | ||
: | :ADD_OP_MARKER 3, 1, 4, 0.2, 0.5, MarkerNum | ||
[[Category:Operations]] | [[Category:Operations]] |
Revision as of 21:28, 13 January 2011
Command
- ADD_OP_MARKER <op number> <marker type> <feature num> <param> <value> <marker num>
- Add a utility marker to an operation.
Parameters
- <op number>
- Operation number.
- <marker type>
- Marker Type.
- <feature num>
- The index to the feature. This will be 1 for the first feature, 2 for the second etc.
- If you have selected a shape, then 1 will be the first line/arc in the shape, 2 will be the second.
- If you have selected a number of points, lines and circles, then index 1 will give you the first
- feature that you selected, 2 will be the second (in the order that you selected them).
- <param>
- Marker parameter.
- <value>
- Name of variable to be set by this command
- <marker num>
- Marker number.
Example
- ADD_OP_MARKER 3, 1, 4, 0.2, 0.5, MarkerNum