Using measures for adding doors?
Hey everyone, I'm working on an OpenStudio measure that creates simple geometry, and in terms of fenestration, I'm currently concerned with simple windows (wwr) and doors.
Windows worked, and I was trying createSubSurfaces for doors, but that didn't work. I receive "Segmentation Fault" as error. I didn't find much on dealing with such error for OpenStudio measures, and not much on creating doors or adding them to models through measures.
My code is here, with error at line 421, and I was wondering if anyone can suggest how to troubleshoot this or any working way to add doors through measures.
Any and all help appreciated, thanks!
I don't think OpenStudio should ever cause a segmentation fault; I suggest reporting the bug here and providing the minimum files/code needed for someone to reproduce the issue.