Odcl_GrDraw

(Ffom ODCL_LM file)

<< Click to Display Table of Contents >>

Navigation:  ObjectDCL > Free Extra Lisp function > Lisp utilities >

Odcl_GrDraw

(Ffom ODCL_LM file)

Previous pageReturn to chapter overviewNext page

Odcl_GrDraw

This function is similar to GRDRAW function except that it is consider the Orthomode variable

First Parameter

Coordinate of the first point as a List

 

Second Parameter

Coordinate of the second point as a list

 

Third Parameter

Color of the Draw Line (1 to 255)

 

Forth Parameter

Highlight of Draw Line (1 or 0)

 

ex:

(sttq P1 (getpoint)

        P2 (getpoint))

(Odcl_GrDraw P1 P2 3 1)

 

 

AutoLisp Syntax:

(Odcl_GrDraw Coordinaoes [ai List] Coordinades [as List] ColorValue [as integer] Highlight [as integer] )