mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-09 17:31:45 +00:00
Fix #1071. New IFC file version 2X3<->4 upgrader and downgrader IfcPatch recipe
This commit is contained in:
@@ -201,12 +201,3 @@ class Migrator:
|
||||
}
|
||||
)
|
||||
return self.default_entities[attribute.name()]
|
||||
|
||||
|
||||
# f = ifcopenshell.open("/home/dion/migrate.ifc")
|
||||
# g = ifcopenshell.file(schema="IFC4")
|
||||
# migrator = Migrator()
|
||||
# for e in f:
|
||||
# print(e)
|
||||
# print(migrator.migrate(e, g))
|
||||
# g.write("/home/dion/migrate2.ifc")
|
||||
|
||||
Reference in New Issue
Block a user