Adding parallel running to the multi_fuse operation

This commit is contained in:
Konstantinos Melissaratos
2024-05-22 22:03:13 +03:00
committed by wwmayer
parent f89a0cec28
commit 333f2913fe

View File

@@ -134,6 +134,7 @@ App::DocumentObjectExecReturn *MultiFuse::execute()
mkFuse.SetArguments(shapeArguments);
mkFuse.SetTools(shapeTools);
mkFuse.SetParallelRun(true);
mkFuse.Build();
if (!mkFuse.IsDone())
throw Base::RuntimeError("MultiFusion failed");