ADD PATH ARC: Difference between revisions

From Macros Wiki
Jump to navigationJump to search
ConnerO (talk | contribs)
No edit summary
Mikeo (talk | contribs)
No edit summary
 
(2 intermediate revisions by one other user not shown)
Line 1: Line 1:
[[Operations:Operation_Tool-Path|{{Up}}]]
{{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=*DESCRPTION*
|description=:Add an arc move to the end of a numbered [[macro path]].


|param1=<path number>|param1_desc={{path number}}
|param1=<xe>|param1_desc={{set arc xe}}
|param2=<xe>|param2_desc={{xe}}
|param2=<ye>|param2_desc={{set arc ye}}
|param3=<ye>|param3_desc={{ye}}
|param3=<ze>|param3_desc={{set arc ze}}
|param4=<ze>|param4_desc= {{ze}}
|param4=<xc>|param4_desc={{set arc xc}}
|param5=<xc>|param5_desc={{xc}}
|param5=<yc>|param5_desc={{set arc yc}}
|param6=<yc>|param6_desc={{yc}}
|param6=<zc>|param6_desc={{set arc zc}}
|param7=<zc>|param7_desc={{zc}}
|param7=<radius>|param7_desc={{arc radius}}
|param8=<radius>|param8_desc={{radius}}
|param8=<dir>|param8_desc={{arc dir}}
|param9=<dir>|param9_desc={{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 00:28, 14 January 2011

Up

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