Honeybee-3dm rhino to hbjson - how to solve adjacencies?

@devang thank you for your work on the honeybee-3dm library. It seems like a really efficient way of converting proper rhino models directly to the HBJSON analysis models.

I went through the explanation on this , this and this post.

Also, I went through the documentation of the library here.

Unfortunately, I did not find the documentation about the adjacency solver anywhere. The hbjson model from the honeybee-3dm library spits out individual rooms in my case. Did i miss something?

Please find below the config and the rhino file that i tested this on.

configtest2.json (612 Bytes)
test2.3dm (266.2 KB)

Please find below the hbjson model that i am getting.

It would be really great if you can point me in the right direction. Thanks
Anuj

Hi @anujm1ttal,

I don’t think honeybee-3dm will solve adjacency for you. The scope of the library was to only do the translation. Once you have Honeybee objects in Gh, I believe you can use LBT components to solve adjacency.

1 Like

Hi @devang
Thanks for the reply. I understand now.
So in an ideal case, the rhino file should have all the information of adjacencies, etc and we use this library to just translate it. I am guessing what the rhino plugin would be doing under the hood.

Also, anyway that we can use this library to have apertures as subfaces, instead of splitting the apertures with the room geometries in rhino?

Thanks
Anuj