ADD PATH CTOOL: Difference between revisions
From Macros Wiki
Jump to navigationJump to search
No edit summary |
No edit summary |
||
Line 5: | Line 5: | ||
|param1=<path number>|param1_desc={{path number}} | |param1=<path number>|param1_desc={{path number}} | ||
|param2=<type>|param2_desc= | |param2=<type>|param2_desc=CTool type. | ||
|param3=<x>|param3_desc={{ctool_x}} | |param3=<x>|param3_desc={{ctool_x}} | ||
|param4=<y>|param4_desc={{ctool_y}} | |param4=<y>|param4_desc={{ctool_y}} | ||
Line 12: | Line 12: | ||
===Example=== | ===Example=== | ||
:ADD_PATH_CTOOL | :ADD_PATH_CTOOL 1, 0, 0, 0 | ||
[[Category:Operations]] | [[Category:Operations]] |
Latest revision as of 00:33, 14 January 2011
Command
- ADD_PATH_CTOOL <path number>, <type>, <x>, <y>, <z>
- Add a CTool feature to the end of a numbered macro path.
Parameters
- <path number>
- Path number (1 to 100).
- <type>
- CTool type.
- <x>
- X co-ordinate of the CTool feature.
- <y>
- Y co-ordinate of the CTool feature.
- <z>
- Z co-ordinate of the CTool feature.
Example
- ADD_PATH_CTOOL 1, 0, 0, 0