Update FeaturePartFuse.cpp

Fixed typo error
This commit is contained in:
Konstantinos Melissaratos
2024-05-22 22:22:40 +03:00
committed by wwmayer
parent 333f2913fe
commit 22a1497c3f

View File

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