Fix 4d import context

This commit is contained in:
Sigma Dimensions
2022-09-05 01:46:19 +01:00
parent 5c7cf4469f
commit b44a1cb2e2
+1 -1
View File
@@ -27,7 +27,7 @@ def get_file():
elif args.output:
ifc = ifcopenshell.file(schema='IFC4')
ifc.create_entity("IfcWorkPlan")
ifc.create_entity("IfcContext")
ifc.create_entity("IfcProject")
ifc.write(args.output)
ifcfile = ifcopenshell.open(args.output)
else: