I am not a lisp programmer, so here is my question:
I have a drawing which contains about 100 "areas". These areas are closed
polylines. I would like to get a total area of all these polylines.
I have tried using AutoCAD 2002's AREA command, but I am only able to select
one item at a time, (AREA, Add, Object). This is fine for calculating a few
areas. It gives me a running total of each item that I select.
Using the LIST command works OK for a few items, but you still have to wade
through all the other information to get the area info for each item.
Is there a way to select crossing ALL the areas that I have, and have it
return a total? This would save a lot of time.
Thanks,
Dave