mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-09 09:21:46 +00:00
Fix 4d import context
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user