Difference between revisions of "ADD PATH FEAT"
From Macros Wiki
(3 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
− | {{ | + | [[Operations:Operation_Tool-Path|{{Up}}]] |
− | |||
− | | | + | {{Command|syntax=ADD_PATH_FEAT <to path number>, <from path number>, <feature number> |
− | | | + | |description=:Add a feature (from another [[macro path]]) to a numbered [[macro path]]. |
− | | | + | |
− | | | + | |param1=<to path number>|param1_desc=Number of path to add the feature to. |
+ | |param2=<from path number>|param2_desc=Number of path to copy the feature from. | ||
+ | |param3=<feature number>|param3_desc=Number of the feature in the "from" path. | ||
}} | }} | ||
===Example=== | ===Example=== | ||
− | :ADD_PATH_FEAT | + | :ADD_PATH_FEAT 3, 1, 12 |
− | :For an example | + | :For an example macro see [[Modify_op_path2]] |
[[Category:Operations]] | [[Category:Operations]] |
Latest revision as of 19:20, 13 January 2011
Command
- ADD_PATH_FEAT <to path number>, <from path number>, <feature number>
- Add a feature (from another macro path) to a numbered macro path.
Parameters
- <to path number>
- Number of path to add the feature to.
- <from path number>
- Number of path to copy the feature from.
- <feature number>
- Number of the feature in the "from" path.
Example
- ADD_PATH_FEAT 3, 1, 12
- For an example macro see Modify_op_path2