Fix bug where IfcPatch IFC4 migration could break on Revit files

This commit is contained in:
Dion Moult
2021-12-20 16:39:14 +11:00
parent 69a7efdab4
commit 1db028fa7b
@@ -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,