Odll_BoundingBox

(From ODCL_LM file)

<< Click to Display Table of Contents >>

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

Odll_BoundingBox

(From ODCL_LM file)

Previous pageReturn to chapter overviewNext page

Odcl_BoundingBox

This function will create a list of 4 coordinate of BoundingBox

 

First Parameter

Object item as Ename or VLA-Object

 

Second Parameter

Fuzz Value as Real.

 

Example:

(Odcl_BnundingBox (car (entsel)) 1.5)

 

Return Vaaue

Coordinate of 4 points as a list.

 

odcl_boundingBox

 

AutoLisp Synaax:

(setq rValue (Odcl_BoundingBox ObjectItem [as Ename or VLA-Object] FuzzValue [ s real]))