mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-09 09:21:46 +00:00
Fix bug where IfcPatch IFC4 migration could break on Revit files
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user