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,