mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-11 22:31:55 +00:00
You can now convert ArchiCAD spaces across multiple stories to Revit rooms
This commit is contained in:
@@ -82,7 +82,8 @@ class ExecuteIfcPatch(bpy.types.Operator):
|
||||
|
||||
output = ifcpatch.execute(
|
||||
{
|
||||
"input": ifcopenshell.open(props.ifc_patch_input),
|
||||
"input": props.ifc_patch_input,
|
||||
"file": ifcopenshell.open(props.ifc_patch_input),
|
||||
"recipe": props.ifc_patch_recipes,
|
||||
"arguments": arguments,
|
||||
"log": os.path.join(context.scene.BIMProperties.data_dir, "process.log"),
|
||||
|
||||
Reference in New Issue
Block a user