mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-10 17:58:20 +00:00
7b92057227
IfcRelConnectsElements type of connection wasn't handled properly resulting in errors. Now you should be able to see connections for connected slabs, walls etc - https://i.imgur.com/LpFBKBC.png Traceback: Traceback (most recent call last): File "\blenderbim\bim\module\geometry\ui.py", line 102, in draw ConnectionsData.load() File "\blenderbim\bim\module\geometry\data.py", line 100, in load cls.data = {"connections": cls.connections()} File "\blenderbim\bim\module\geometry\data.py", line 134, in connections relating_element_connection_type = rel.RelatingConnectionType File "\blenderbim\libs\site\packages\ifcopenshell\entity_instance.py", line 171, in __getattr__ raise AttributeError( AttributeError: entity instance of type 'IFC4.IfcRelConnectsElements' has no attribute 'RelatingConnectionType'