Files
IfcOpenShell/src
Andrej730 7b92057227 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'
2023-07-03 11:53:03 +05:00
..
2023-06-08 09:45:54 +10:00
2023-06-08 09:45:54 +10:00
2023-06-08 09:45:54 +10:00
2023-06-08 09:45:54 +10:00
2023-06-08 09:45:54 +10:00
2023-06-22 16:23:32 +02:00
2023-06-22 14:10:55 +02:00
2023-06-16 08:34:05 +02:00
2023-06-09 13:28:25 +02:00