Part generalFuse enable SetRunParallel
Test case: http://forum.freecadweb.org/viewtopic.php?f=10&t=18179&p=143225#p143225
This commit is contained in:
parent
e892d09f2e
commit
3d26fec75a
|
@ -1413,6 +1413,7 @@ TopoDS_Shape TopoShape::generalFuse(const std::vector<TopoDS_Shape> &sOthers, St
|
|||
throw Base::AttributeError("GFA is available only in OCC 6.9.0 and up.");
|
||||
#else
|
||||
BRepAlgoAPI_BuilderAlgo mkGFA;
|
||||
mkGFA.SetRunParallel(true);
|
||||
TopTools_ListOfShape GFAArguments;
|
||||
GFAArguments.Append(this->_Shape);
|
||||
for (const TopoDS_Shape &it: sOthers) {
|
||||
|
|
Loading…
Reference in New Issue
Block a user