I am trying to create a new IfcBuildingStorey, I based my approach on a wall creation I found in one of the example files (in IfcOpenHouse.cpp) . However I do not seem to be able to succeed in creating it.
The example works fine in my code, but my own creation does not function, I presume the composition type is set incorrectly, however I am having trouble finding a solution. Could someone point me in the right direction?
Last edit: jasper van der vaart 2021-12-08
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hey there again,
I am trying to create a new IfcBuildingStorey, I based my approach on a wall creation I found in one of the example files (in IfcOpenHouse.cpp) . However I do not seem to be able to succeed in creating it.
The example I tried to follow:
my creation:
The example works fine in my code, but my own creation does not function, I presume the composition type is set incorrectly, however I am having trouble finding a solution. Could someone point me in the right direction?
Last edit: jasper van der vaart 2021-12-08
Nevermind, after 1 day of trying i came up with removing the ifdef 5 minutes after posting this post, that resolved the issue!