ARC: Difference between revisions

From Macros Wiki
Jump to navigationJump to search
MikeO (talk | contribs)
No edit summary
MikeO (talk | contribs)
No edit summary
Line 2: Line 2:
|description=:Create an arc as part of a [[CONTOUR]] definition.  
|description=:Create an arc as part of a [[CONTOUR]] definition.  


|param1=<xc>|param1_desc={{xc}}
|param1=<xc>|param1_desc={{set arc xc}}
|param2=<yc>|param2_desc={{yc}}
|param2=<yc>|param2_desc={{set arc yc}}
|param3=<xe>|param3_desc={{xe}}
|param3=<xe>|param3_desc={{set arc xe}}
|param4=<ye>|param4_desc={{ye}}
|param4=<ye>|param4_desc={{set arc ye}}
|param5=<ze> (Optional, default zero)|param5_desc={{ze}}
|param5=<ze> (Optional, default zero)|param5_desc={{set arc ze}}
|param6=<CW/CCW>|param6_desc={{CW/CCW}}
|param6=<CW/CCW>|param6_desc={{CW/CCW}}
}}
}}

Revision as of 21:47, 29 July 2010

Command

ARC
ARC
ARC <xc>, <yc>, <xe>, <ye>, [<ze>], <CW/CCW>


Create an arc as part of a CONTOUR definition.

Parameters

<xc>
X value of the arc center
<yc>
Y value of the arc center
<xe>
X value of the arc end
<ye>
Y value of the arc end
<ze> (Optional, default zero)
Z value of the arc end
<CW/CCW>
Clockwise / Counter-Clockwise

Example

ARC 0.5, 0.5, 4, 0, cw
For an example macro see Create_Contour.mac