ARC: Difference between revisions
From Macros Wiki
Jump to navigationJump to search
No edit summary |
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
- 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