Odcl_PdtArea

(From ODCL_LM file)

<< Click to Display Table of Contents >>

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

Odcl_PdtArea

(From ODCL_LM file)

Previous pageReturn to chapter overviewNext page

Odcl_PutArea

This function will scale close entity object to a specified area

First Parameter

Entnty selection as Ename

 

Second Parameter

Area Value as a real

 

Third Parameter

Base Point of scaling object

 

Return Value

T if object  caled

Nil if not or object invalid

 

Example

(Odcl_Putcrea (car (entsel)) 223233 (getpoint))

 

 

AutoLisp Syntax:

(setq rValue (Odcl_PutArea Entity [as Enam ] Area [as Real] Point [as coordinate]))