1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-04-04 18:06:22 +03:00

0026263: Inconsistent results of bopargcheck snd checkcurveonsurf commands.

Changes:
class BOPTest
- static function:
Standard_Integer checkcurveonsurf(Draw_Interpretor& di,
                                  Standard_Integer n,
                                  const char** a)
has been changed.
The condition that provides selection of faulty curves has been modified
to be coherent with the same condition in  class BOPAlgo_Analyzer.
This commit is contained in:
pkv 2015-05-25 13:08:25 +03:00 committed by bugmaster
parent b21ccecc43
commit 5fe13efc56

View File

@ -999,7 +999,7 @@ Standard_Integer checkcurveonsurf(Draw_Interpretor& di,
}
//
aTolE = BRep_Tool::Tolerance(aE);
if (aDMax < aTolE) {
if (!(aDMax > aTolE)) {
continue;
}
//