mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-23 02:00:05 +00:00
Fix #1288 - error when importing consecutive files.
This commit is contained in:
@@ -6,6 +6,12 @@ class Data:
|
||||
openings = {}
|
||||
fillings = {}
|
||||
|
||||
@classmethod
|
||||
def purge(cls):
|
||||
cls.products = {}
|
||||
cls.openings = {}
|
||||
cls.fillings = {}
|
||||
|
||||
@classmethod
|
||||
def load(cls, product_id):
|
||||
file = IfcStore.get_file()
|
||||
|
||||
Reference in New Issue
Block a user