Welcome to the forum.
Are they all HATCHED with a SOLID HATCH like these seem to be?
The area of all hatches, or if not all, selected ones, or FILTERED ones could be found.
Registered forum members do not see this ad.
I need help to calculate area of multiple closed polyline shapes. In my drawing I could have hundreds of shapes as shown in the picture. I want to find total of the shaded area by adding the area of the outer shapes. Then subtracting the area of the Inner shapes.
Area2.jpg
Maybe there is a better way to do it? Any help would be appreciated.
Thanks.
Last edited by lossan805; 11th Jul 2012 at 09:16 pm. Reason: Revised picture




Welcome to the forum.
Are they all HATCHED with a SOLID HATCH like these seem to be?
The area of all hatches, or if not all, selected ones, or FILTERED ones could be found.
Volume and repetition do not validate opinions forged in the absence of thought.




When in doubt check LEE MAC out .....
http://www.lee-mac.com/totallengthandarea.html
Thanks Lee!![]()
Volume and repetition do not validate opinions forged in the absence of thought.




Did you click the LEE MAC link, and look at the total area function in that lisp?![]()
Volume and repetition do not validate opinions forged in the absence of thought.
I tried LEE MAC's routine for total area. This is good, however this takes all the shapes and adds all the areas together. Maybe I'm not thinking about this the right way.
What I need is the sum of all the outer shapes and then subtract the sum of all the inner shapes. I am going to try to create the routine myself. Its been a while since I've done a custom lisp. I think its just a matter of creating a couple of selection sets, one for the outer shapes and one for the inner shapes. Figuring out the total area for each and then subtracting.
We'll see how it goes..![]()




You could very easily use the FILTER command, set it up to only select items you are after, then use the lisp on the selection set, or GROUP them.
Volume and repetition do not validate opinions forged in the absence of thought.




Registered forum members do not see this ad.
If you get the FILTER set up so that you are happy with it, be sure to SAVE AS in the filter dialog box, so that it will be available
right out of the gate when you need it another time.
It is a very powerful and useful tool.
I have about 8 different saved filters which I routinely use, and it is very helpful not having to redefine them each time I want to use them.
You can also start from one of your saved FILTERS and then add or subtract items, to suit a specific search selection.![]()
Volume and repetition do not validate opinions forged in the absence of thought.
Bookmarks