Login | Sign Up
 





 
AutoLISP Function Detail
Name: vector_image

Syntax:
(vector_image x1 y1 x2 y2 clr)

Description:
Draws a vector in the current dialog box image from the coordinates x1,y1 to x2,y2 in the color that is given.

Example(s):
(vector_image 1.5 2.5 4.5 2.5 1)
nil