ADD OP PATH CTOOL: Difference between revisions
From Macros Wiki
Jump to navigationJump to search
No edit summary |
No edit summary |
||
(4 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
[[Operations:Operation_Tool-Path|{{Up}}]] | |||
{{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= | |param1=<type>|param1_desc=CTool type. | ||
|param2=<x>|param2_desc={{ | |param2=<x>|param2_desc={{ctool_x}} | ||
|param3=<y>|param3_desc={{ | |param3=<y>|param3_desc={{ctool_y}} | ||
|param4=<z>|param4_desc= {{ | |param4=<z>|param4_desc={{ctool_z}} | ||
}} | }} | ||
===Example=== | ===Example=== | ||
:ADD_OP_PATH_CTOOL | :ADD_OP_PATH_CTOOL 1, 4, 10, 1.5 | ||
[[Category:Operations]] | [[Category:Operations]] |