I am trying to use IfcOpenShell for QTO. As the title says I am trying to get the surface of the wall openings.
I used the dir() method a lot and got from a IfcWall instance with "HasOpening" to a IfcRelVoidsElement and then with "RelatedOpeningElement" to IfcOpeningElement.
According to the literature the quantites of an IfcOpeningElement are defined by the IfcElementQuantity. But if I try the IsDefinedBy method on a Opening I get nothing.
What am I missing? Is there a simpler way to do this?