ADD OP PATH CTOOL: Difference between revisions
From Macros Wiki
Jump to navigationJump to search
No edit summary |
No edit summary |
||
Line 2: | Line 2: | ||
{{Command|syntax= ADD_OP_PATH_CTOOL <type>, <x>, <y>, <z> | {{Command|syntax= ADD_OP_PATH_CTOOL <type>, <x>, <y>, <z> | ||
|description=: | :|description=:Add a {{CTool}} feature to the end of the current [[macro path]]. | ||
|param1=<type>|param1_desc={{type}} | |param1=<type>|param1_desc={{type}} | ||
|param2=<x>|param2_desc={{x}} | |param2=<x>|param2_desc={{x}} | ||
|param3=<y>|param3_desc={{y}} | |param3=<y>|param3_desc={{y}} | ||
|param4=<z>|param4_desc= {{z}} | |param4=<z>|param4_desc={{z}} | ||
}} | }} | ||
===Example=== | ===Example=== | ||
:ADD_OP_PATH_CTOOL | :ADD_OP_PATH_CTOOL 1, 4, 10, 1.5 | ||
[[Category:Operations]] | [[Category:Operations]] |
Revision as of 22:09, 13 January 2011
Command
- ADD_OP_PATH_CTOOL <type>, <x>, <y>, <z>
- Add a CTool feature to the end of the current macro path.
Parameters
- <type>
- .edit.
- <x>
- X co-ordinate of a feature.
- <y>
- Y co-ordinate of a feature.
- <z>
- Z co-ordinate of a feature.
Example
- ADD_OP_PATH_CTOOL 1, 4, 10, 1.5