1
0
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:
razmyslovich
2014-08-20 15:17:53 +02:00
committed by bugmaster
parent 2958244411
commit b350f6ee1e
9 changed files with 208 additions and 137 deletions

View File

@@ -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;
}
//