mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-15 18:14:08 +00:00
Fix #2398. Add support for IFC4X3 entities.
This commit is contained in:
@@ -50,7 +50,7 @@ class IfcStore:
|
|||||||
last_transaction = ""
|
last_transaction = ""
|
||||||
history = []
|
history = []
|
||||||
future = []
|
future = []
|
||||||
schema_identifiers = ["IFC4", "IFC2X3"]
|
schema_identifiers = ["IFC4", "IFC2X3", "IFC4X3"]
|
||||||
|
|
||||||
@staticmethod
|
@staticmethod
|
||||||
def purge():
|
def purge():
|
||||||
@@ -70,7 +70,7 @@ class IfcStore:
|
|||||||
IfcStore.last_transaction = ""
|
IfcStore.last_transaction = ""
|
||||||
IfcStore.history = []
|
IfcStore.history = []
|
||||||
IfcStore.future = []
|
IfcStore.future = []
|
||||||
IfcStore.schema_identifiers = ["IFC4", "IFC2X3"]
|
IfcStore.schema_identifiers = ["IFC4", "IFC2X3", "IFC4X3"]
|
||||||
|
|
||||||
@staticmethod
|
@staticmethod
|
||||||
def get_file():
|
def get_file():
|
||||||
|
|||||||
Reference in New Issue
Block a user