Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations cowski on being selected by the Eng-Tips community for having the most helpful posts in the forums last week. Way to Go!

Area Variable 1

Status
Not open for further replies.

dik

Structural
Joined
Apr 13, 2001
Messages
26,111
Location
CA
I often use plines to enclose an area for quantity calculations. Is there a system variable for the area within a polyline that I can print directly on the drawing? Is there a *.lsp utility that can do this?

Thanks, Dik
 
Another way to accomplish it is to use data extraction, built into autocad. If necessary, you can pull layers, etc, and then insert as a table into the drawing, or export to excel.

If you're just tagging room areas, for instance, I'd say go with the lisp. if you're needing do do some types of calculations on the areas, then that might work better for you.
 
You can access an object's properties as a "field" also. It's a bit manual to use, but it is dynamic if the object (like a polyline defining an area) changes. For example:
Create Mtext, then right click and "Insert Field", select "Object" under the Field Names, then select the object with the pickbox under Object Type, then select Area (or whatever object property you are interested in: length, elevation, etc.). Regen may be required to update the label if the object changes.

#

 
Thanks, gentlemen...

Dik
 
Lisp program works very well, thanks Carl...

Dik
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top