Room Area

I need to find the area of each room but if the walls are exterior it must be from the outide of the wall and if its interior it must be from center of the wall.
My problem is that some walls may be both exterior and interior at the same time and some may not be modelled correct.
I think maybe I need some inspiration how to get it right.

Anyone have suggestions?

So far I got this:
image

Hi, I think you could do this:

  1. Take Room Area.
  2. Take Base wall Area.
  3. Take Wall location line.

Then, depending on the condition of the Wall location line, add the entire base wall area, or only half. Does it makes sense?

1 Like

It makes sense. I will try that.
Thanks.