Name: grdraw
Syntax:(grdraw
pt1 pt2 clr [highlight])
Description:Generates a single vector line from point1 to point 2.The color that is provide must fall between 1 and 255 (ACI).The optional highlighting will cause the line to be dashed.
Color Number |
Meaning |
-1 |
XOR |
1 to 255 |
Standard AutoCAD Colors |
Example(s):(grdraw '(0 0 0) '(5 5 0) 6)
nil
(grdraw '(0 0 0) '(5 5 0) 6 1)
nil