Difference between revisions of "GET OP FEAT START"
From Macros Wiki
Line 12: | Line 12: | ||
:GET_OP_FEAT_START | :GET_OP_FEAT_START | ||
− | :For an example | + | :For an example macro see [[Modify_op_path2]] |
[[Category:Operations]] | [[Category:Operations]] |
Revision as of 16:02, 29 July 2010
Command
- GET_OP_FEAT_START <op number>, <feature num>, <xs>, <ys>, [<zs>]
Parameters
- <op number>
- Operation number.
- <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).
- <xs>
- Set the value of a number variable for the X co-ordinate of the start point.
- <ys>
- Set the value of a number variable for the Y co-ordinate of the start point.
- [<zs>]
- Set the value of a number variable for the Z co-ordinate of the start point.
Example
- GET_OP_FEAT_START
- For an example macro see Modify_op_path2