cleanup work: overload methods instead of using new method names

This commit is contained in:
wmayer
2017-01-04 15:39:27 +01:00
parent 43ad429734
commit dfbd6aa237
5 changed files with 357 additions and 314 deletions

View File

@@ -142,7 +142,7 @@ Part::TopoShape ShapeBinder::buildShapeFromReferences( Part::Feature* obj, std::
try {
if(!operators.empty() && !base.isNull())
return base.multiFuse(operators);
return base.fuse(operators);
}
catch(...) {
return base;