IfcDoorType and Corresponding Opening
I am currently creating a library of IfcDoorTypes and etc.
However, when I import IfcDoorType from my library, the opening corresponding to a door type does not work.


Does anyone know how to set it right?
I believe the void is not defined in IfcDoorType, so this causes a problem.
The opening should look like this:
(I modified it at an instance level)

Comments
@yoayo
Yes the edited void of custom doors works fine inside the file when duplicated but sort of resets when imported.
Community, is there a workaround to import it?
Thanks
Fixed!... with a little AI help...
https://github.com/IfcOpenShell/IfcOpenShell/commit/a2a5780d59df97bfe31fdd41947b66253b65dcc3
... more like a lot of AI help.
it works :)
thank you @theoryshaw (and AI..) !!
@steverugi , @theoryshaw

Thank you for a reply.
I installed the latest unstable build (0.8.5-alpha251213-a2a5780), and now it works!
I was able to import IfcDoorType from my library now. Thank you @theoryshaw (and AI).