I’m working on a massing and needs to calculate the areas based on the floor to floor height (therefore I used contour with base point and height number to generate the floor plate outlines).
The problem I’m having right now is that when the bottom surface of the box on top and the top surface of the box at bottom sit on the same plane, the contour will be created for both and thus double calculate the areas whereas only the top floor is needed (they could be seen as an area that’s indoor [blue lines] vs an area that include both indoors and outdoors [red lines]).
I’m thinking of creating a rule that can pick up co-planar lines/surfaces and will only calculate the ones that are within a “box”, or the floor that’s at the bottom, or something on this line…
well, since you have identified the error condition, write a ‘filter’, when both surface are in the same plane, cull one surface from the area calculation. assuming ‘same plane’ = same z, you could compare z coordinates of a vertice, or check for co-planirity