grfill
(grfill ptlist color
[highlight])
this function draw a "temporary graphics"
filled polygon area, with specified color; optionally in
highlighted mode
Arguments |
'ptlist' a list of 2d/3d points to define the polygon; the area is
automatically closed (min.. 3 points) |
Return |
always returns NIL |
Example |
(grfill '((1 1)(8 1)(8 8)(1 8)) 1 1) |
Alias |
|
Remarks |
as all "temporary graphics", the drawn filled polygon can be cleared by (grclear), or any redraw/regen operation |
© Bricsys NV. All rights reserved. |