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:
parent
b21ccecc43
commit
5fe13efc56
@ -999,7 +999,7 @@ Standard_Integer checkcurveonsurf(Draw_Interpretor& di,
|
||||
}
|
||||
//
|
||||
aTolE = BRep_Tool::Tolerance(aE);
|
||||
if (aDMax < aTolE) {
|
||||
if (!(aDMax > aTolE)) {
|
||||
continue;
|
||||
}
|
||||
//
|
||||
|
Loading…
x
Reference in New Issue
Block a user