mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-06 12:26:26 +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,
|
"TransverseBarSpacing": 1,
|
||||||
# Manual additions from experience
|
# Manual additions from experience
|
||||||
"InteriorOrExteriorSpace": "NOTDEFINED",
|
"InteriorOrExteriorSpace": "NOTDEFINED",
|
||||||
|
"AssemblyPlace": "NOTDEFINED", # See bug https://github.com/Autodesk/revit-ifc/issues/395
|
||||||
}
|
}
|
||||||
self.default_entities = {
|
self.default_entities = {
|
||||||
"CurrentValue": None,
|
"CurrentValue": None,
|
||||||
|
|||||||
Reference in New Issue
Block a user