mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-10 09:48:32 +00:00
Fix #1733. Bug where structural member data was not updated correctly.
This commit is contained in:
@@ -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"]
|
||||
|
||||
Reference in New Issue
Block a user