I have had a problem with “Honeybee Export To OpenStudio”.
The error text has said, “1. Solution exception:index out of range: 0”.
I have connected “Panel” to “readMe!” of “Honeybee Export To OpenStudio” to see what the problems are. The traceback has shown some information, as indicated below.
line 5972, in checkZoneSurface, " < string > "
line 5849, in checkChildSurfaces, “< string >”
line 5658, in evaluateZones, “< string >”
line 5452, in main, “< string >”
line 5677, in script
I was just wondering how the problems could be solved.
Maybe this post will help you. I had problems with OpenStudio 3.0.1 recently. After downgrading it, it worked fine again. The post above explains how OpenStudio 3 and current HB can work together.
This is definitely related to your geometry, @Syo , and the fact that some of the surfaces are not being triangulated correctly. The chances of it being related to the OpenStudio version are extremely low. Can you upload a sample of the minimum geometry needed to recreate the error, @Syo ?
I have created 2 files.
I have deleted the windows whose edges existed on the edges of the parent surfaces, in one file.
I have also moved the edges of the windows inwards, so that the edges of the windows would not exist on the edges of the parent surfaces, in another file.
The Zones of the two files have been closed Breps.
However, the problem has not been solved.
My model has had 2 zones.
If zone 1 is deleted, my script will completely work with zone 2.
Likewise, if zone 2 is deleted, my script will completely work with zone 1.
However, when the 2 zones exist, the script will have the problem.
Could this problem be solved?