Difference between revisions of "ADD PATH FEAT"
From Macros Wiki
Line 1: | Line 1: | ||
[[Operations:Operation_Tool-Path|{{Up}}]] | [[Operations:Operation_Tool-Path|{{Up}}]] | ||
− | {{Command|syntax=ADD_PATH_FEAT <to path number>, <from path number>, < | + | {{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]]. | |description=:Add a feature (from another [[macro path]]) to a numbered [[macro path]]. | ||
− | |param1=<path number>|param1_desc= | + | |param1=<to path number>|param1_desc=Number of path to add the feature to. |
− | |param2=<path number>|param2_desc= | + | |param2=<from path number>|param2_desc=Number of path to copy the feature from. |
− | |param3=< | + | |param3=<feature number>|param3_desc=Number of the feature in the "from" path. |
}} | }} | ||
Latest revision as of 20: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