mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-04 18:06:22 +03:00
Application of EnsureToleranceRule to ShapeFix_Shape was fixed.
This commit is contained in:
parent
6121dafd1f
commit
d270c8d398
@ -103,10 +103,7 @@ void ShapeFix_Shape::Init(const TopoDS_Shape& shape)
|
||||
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;
|
||||
}
|
||||
|
||||
@ -173,7 +170,7 @@ Standard_Boolean ShapeFix_Shape::PerformR(const Handle(Message_ProgressIndicator
|
||||
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() )
|
||||
|
Loading…
x
Reference in New Issue
Block a user