Standard_Boolean ShapeFix_Shape::Perform(const Handle(Message_ProgressIndicator)& theProgress)
{
Standard_Boolean aR = PerformR(theProgress);
- if (aR)
- {
- BRepBuilderAPI_MakeShape::EnsureToleranceRule(myResult);
- }
+ BRepBuilderAPI_MakeShape::EnsureToleranceRule(myResult);
return aR;
}
for ( TopoDS_Iterator anIter(S); anIter.More() && aPSentry.More(); anIter.Next(), aPSentry.Next() )
{
myShape = anIter.Value();
- if ( Perform(theProgress) )
+ if ( PerformR(theProgress) )
status = Standard_True;
}
if ( !aPSentry.More() )