Create HB Room from HB Surfaces Error faces do not form a closed volume

Hello all,

I am trying to build a building surface by surface. Using points as reference to create these surfaces. Somehow I get the below error:
1. Input _faces do not form a closed volume.
Room volume must be closed to access most honeybee features.
Preview the output Room to see the holes in your model.

But when I use the same points and instead of surfaces I create volumes and use the Create HB Room from Geometry, I don’t get any error message.

The final model is exactly the same. But the Surface by Surface component gives back an error, even though I know my model is a close volume.

Any solutions?
Surface by Surface Model.gh (29.2 KB)

Thanks.

Hi @Barbarur,

For generating rooms by faces you will need to organise all faces which enclose the room into one list. So the input for creating 4 rooms should be a tree containing 4 lists. Otherwise honeybee does not understand which faces belong to one room.

Another issue regarding your model is that rooms with a hole in it are not accepted by energyplus. You should split the room into multiple rooms.

Understood. Thank you @Erikbeeren