Color Zones by EP result - missing underground slabs

Hi bees and bugs!

First of all, big congratulations for all the development behind Ladybug, Honeybee, Butterfly… :slight_smile: It is really amazing!

Recently, processing the results of a thermal simulation, I was trying to color my zones by EP result, and for some reason underground zones and slabs were not being recognized.

Just in case someone goes through this issue, adding the highlighted line of code in the line 126 seems to have fixed it.

** elif str(srf.type) == “2.25”: floorGeo.append(srf.geometry)**

**
**Thanks for all the work guys!

Rafael


Thank you, Rafael, for finding this bug. I have integrated your fix into the official code base:

https://github.com/mostaphaRoudsari/Honeybee/commit/26d34791c8a5c3b…

Thanks again!

-Chris