grdraw
(grdraw fromPoint toPoint
aciColorIdx [ highlight ] )
This function draws a line from
fromPoint to toPoint using aciColorIdx
color, optionally with highlighting
effect.
Arguments |
fromPoint start point of the line, 2d/3d point list, relative
to current UCS |
Return |
always NIL |
Example |
(grdraw '(1 1 0) '(5 5 0) 2 1) draws a yellow line with highlighting effect |
Remarks |
© Bricsys NV. All rights reserved. |