From 1db028fa7becf07a4f7acc98ea12e1f1fca20f59 Mon Sep 17 00:00:00 2001 From: Dion Moult Date: Mon, 20 Dec 2021 16:39:14 +1100 Subject: [PATCH] Fix bug where IfcPatch IFC4 migration could break on Revit files --- src/ifcopenshell-python/ifcopenshell/util/schema.py | 1 + 1 file changed, 1 insertion(+) diff --git a/src/ifcopenshell-python/ifcopenshell/util/schema.py b/src/ifcopenshell-python/ifcopenshell/util/schema.py index df9e672e66..ed2c5a0cdb 100644 --- a/src/ifcopenshell-python/ifcopenshell/util/schema.py +++ b/src/ifcopenshell-python/ifcopenshell/util/schema.py @@ -86,6 +86,7 @@ class Migrator: "TransverseBarSpacing": 1, # Manual additions from experience "InteriorOrExteriorSpace": "NOTDEFINED", + "AssemblyPlace": "NOTDEFINED", # See bug https://github.com/Autodesk/revit-ifc/issues/395 } self.default_entities = { "CurrentValue": None,