Is it possible to determine which geometry in an exported FileGDG corresponds to the walls and roof? For example, if we have a cga with this:
comp(f) {bottom: report("floorArea", geometry.area) }
comp(f) { side : Walls(floorArea)}
comp(f) { top : Roof(floorArea) }
I'd like to be able to find the polygons within the Multipolygon / Multipatch that represent a building's walls. Is this possible?thanks,Nick