Difference between revisions of "ADD PATH ARC"
From Macros Wiki
Line 2: | Line 2: | ||
{{Command|syntax=ADD_PATH_ARC <path number>, <xe>, <ye>, <ze>, <xc>, <yc>, <zc>, <radius>, <dir> | {{Command|syntax=ADD_PATH_ARC <path number>, <xe>, <ye>, <ze>, <xc>, <yc>, <zc>, <radius>, <dir> | ||
− | |description=: | + | |description=:Add an arc move to the end of a numbered [[macro path]]. |
− | |param1=< | + | |param1=<xe>|param1_desc={{set arc xe}} |
− | |param2=< | + | |param2=<ye>|param2_desc={{set arc ye}} |
− | |param3=< | + | |param3=<ze>|param3_desc={{set arc ze}} |
− | |param4=< | + | |param4=<xc>|param4_desc={{set arc xc}} |
− | |param5=< | + | |param5=<yc>|param5_desc={{set arc yc}} |
− | |param6=< | + | |param6=<zc>|param6_desc={{set arc zc}} |
− | |param7=< | + | |param7=<radius>|param7_desc={{arc radius}} |
− | |param8=< | + | |param8=<dir>|param8_desc={{arc dir}} |
− | |||
}} | }} | ||
===Example=== | ===Example=== | ||
− | :ADD_PATH_ARC | + | :ADD_PATH_ARC 2, 5, 0, 1, 4, 0, 1, 90 |
[[Category:Operations]] | [[Category:Operations]] |
Latest revision as of 19:28, 13 January 2011
Command
- ADD_PATH_ARC <path number>, <xe>, <ye>, <ze>, <xc>, <yc>, <zc>, <radius>, <dir>
- Add an arc move to the end of a numbered macro path.
Parameters
- <xe>
- X value of the arc end
- <ye>
- Y value of the arc end
- <ze>
- Z value of the arc end
- <xc>
- X value of the arc center
- <yc>
- Y value of the arc center
- <zc>
- Z value of the arc center
- <radius>
- Arc radius
- <dir>
- Arc direction (1 = CW, 0 = CCW).
Example
- ADD_PATH_ARC 2, 5, 0, 1, 4, 0, 1, 90