mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-08-09 13:22:24 +03:00
0025174: Provide ShapeCustom and BRepModifier with ProgressIndicator and ReShape features
Conflicts: src/TNaming/TNaming_Name.cxx
This commit is contained in:
@@ -352,7 +352,7 @@ class BOPTools_CheckCurveOnSurface :
|
||||
//
|
||||
theFVal = -1.0*aP1.SquareDistance(aP2);
|
||||
}
|
||||
catch(...) {
|
||||
catch(Standard_Failure) {
|
||||
return Standard_False;
|
||||
}
|
||||
//
|
||||
@@ -382,7 +382,7 @@ class BOPTools_CheckCurveOnSurface :
|
||||
|
||||
theGrad(1) = -2.0*aP1.XYZ().Dot(aP2.XYZ());
|
||||
}
|
||||
catch(...) {
|
||||
catch(Standard_Failure) {
|
||||
return Standard_False;
|
||||
}
|
||||
|
||||
@@ -1260,7 +1260,7 @@ Standard_Boolean BOPTools_AlgoTools::
|
||||
|
||||
theMaxDist = sqrt(Abs(theMaxDist));
|
||||
}
|
||||
catch (...) {
|
||||
catch (Standard_Failure) {
|
||||
return Standard_False;
|
||||
}
|
||||
//
|
||||
|
Reference in New Issue
Block a user