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 1: Line 1:
{{Command|syntax=[[Image:arc.png|right|ARC]]ARC <xc>, <yc>, <xe>, <ye>, [<ze>], <CW/CCW>
{{Command|syntax=[[Image:arc.png|right|ARC]]ARC <xc>, <yc>, <xe>, <ye>, [<ze>], <CW/CCW>
|description=:Create an arc, must be a part of a [[CONTOUR]].  
|description=:Create an arc as part of a [[CONTOUR]] definition.  


|param1=<xc>|param1_desc={{xc}}
|param1=<xc>|param1_desc={{xc}}

Revision as of 21:44, 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 co-ordinate of the center point.
<yc>
Y co-ordinate of the center point.
<xe>
X co-ordinate of the end point.
<ye>
y co-ordinate of the end point.
<ze> (Optional, default zero)
Z co-ordinate of the end point.
<CW/CCW>
Clockwise / Counter-Clockwise

Example

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