From a37d36e0c7fbcd814df664841209678026736b99 Mon Sep 17 00:00:00 2001 From: Dion Moult Date: Tue, 21 Sep 2021 11:06:29 +1000 Subject: [PATCH] Fix #1733. Bug where structural member data was not updated correctly. --- src/ifcopenshell-python/ifcopenshell/api/structural/data.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/ifcopenshell-python/ifcopenshell/api/structural/data.py b/src/ifcopenshell-python/ifcopenshell/api/structural/data.py index f124708583..fecb9e3ff2 100644 --- a/src/ifcopenshell-python/ifcopenshell/api/structural/data.py +++ b/src/ifcopenshell-python/ifcopenshell/api/structural/data.py @@ -144,8 +144,6 @@ class Data: @classmethod def load_structural_connection(cls, product_id): - cls.connects_structural_members = {} - connection = cls._file.by_id(product_id) data = connection.get_info() del data["OwnerHistory"]