grarc
(grarc ptCenter radius
startAng endAng color [minsegments
[highlight]])
this function draws a "temporary graphics" arc
or circle, with specified radius and color; optionally in
highlighted mode.
Arguments |
ptCenter the center point for the arc/circle, as 2d/3d
point |
Return |
always returns NIL |
Example |
(grarc '(5 5) 1.0
0.0 3.14159 2 16) draws an yellow
arc, with at least 16 segments |
Alias |
|
Remarks |
as all "temporary graphics", the drawn arc/circle can be cleared by (grclear), or any redraw/regen operation |
© Bricsys NV. All rights reserved. |