Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixed errors displaying IFC Connections for IfcRelConnectsElements
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'
- Loading branch information