ARC: Difference between revisions

From Macros Wiki
Jump to navigationJump to search
ConnerO (talk | contribs)
No edit summary
ConnerO (talk | contribs)
No edit summary
Line 12: Line 12:
===Example===
===Example===
:ARC 0.5, 0.5, 4, 0, cw
:ARC 0.5, 0.5, 4, 0, cw
 
:For an example in a real macro see [[Create_Contour.mac]]
[[Category:Geometry]]
[[Category:Geometry]]

Revision as of 20:54, 29 July 2010

Command

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


Create an arc, must be a part of a CONTOUR.

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>]
Z co-ordinate of the end point.
<CW/CCW>
Clockwise / Counter-Clockwise

Example

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