[Search tip detail and code files using keywords, tip number, author name, etc ]
 
    For tip to function correctly, you must ensure that the downloaded file name matches the file name
    displayed in the Rename File To field. Please rename downloaded files when necessary.
Area Output
Tip# 2139 By James Olszewski On 01-Aug-2006
4
Rated By 1 users Downloaded : 1023
Categories : Area, Notes/Text
Software type : AutoCAD
Rename File To : Tip2139: AREAO.LSP
Utility obtains the area of a closed object (polyline) and outputs the text at a desired location.

Area Output (Tip #2139) from James J. Olszewski is a simple function that gets the area of a closed object (polyline) and outputs the text at a desired location. Load the LISP code and type AREAO to run the function inside AutoCAD. It requests an object, then a point for the area text to be generated using the current system defaults. This code is simple, sweet and gets the job done -- that is what LISP is all about!

 

 

Average Rating:
4


User comments
Comment by Hanna,Jon
Posted on 2008-12-10 09:56:37
Thanks for the lisp. Very helpful. But is there a way to change to square feet as the output? Square inches isn't very helpful in architectural drawings. Thanks!