Difference between revisions of "ARC"
From Macros Wiki
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 | + | :For an example macro see [[Create_Contour.mac]] |
[[Category:Geometry]] | [[Category:Geometry]] |
Revision as of 17:09, 29 July 2010
Command
- 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 macro see Create_Contour.mac