cleanup work: overload methods instead of using new method names
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user