Difference between revisions of "ADD PATH FEAT"
From Macros Wiki
Line 10: | Line 10: | ||
===Example=== | ===Example=== | ||
:ADD_PATH_FEAT | :ADD_PATH_FEAT | ||
+ | |||
+ | :For an example in a real macro see [[Modify_op_path2]] | ||
[[Category:Operations]] | [[Category:Operations]] |
Revision as of 13:12, 27 July 2010
Command
- ADD_PATH_FEAT <path number>, <xe>, <ye>, <ze>
Parameters
- <path number>
- Path number (1 to 100).
- <xe>
- X co-ordinate of the end point.
- <ye>
- y co-ordinate of the end point.
- <ze>
- Z co-ordinate of the end point.
Example
- ADD_PATH_FEAT
- For an example in a real macro see Modify_op_path2