I am trying to export the geometry below to an INP file. The model validates inside Rhino and exports to OpenStudio fine but produces a geometry error when trying to export to INP.
The error does not show the room or surface that is causing the error making it hard to track down.
Hi @marentette! Good to see you checking out the export to eQuest. The error is because the code cannot create the polyline for the whole level. And that’s because of this hole.
FYI, the refactored version of the DOE-2 translator that we’re currently reviewing/testing should allow this case to translate without issues since it simply ignores the holes (as DOE-2 does not support them).
Granted, the best practice is probably still to remove these small holes so I think we’ll also eventually add validation warnings about this. But this shouldn’t be a blocker once the new refactored version gets merged.