mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-08-09 13:22:24 +03:00
0026985: Wrong section between two faces: it has a gap
This commit is contained in:
@@ -2930,7 +2930,7 @@ IntWalk_StatusDeflection IntWalk_PWalking::TestDeflection(const IntImp_ConstIso
|
||||
Standard_Real LocalResol = 0.;
|
||||
if (RefDist > gp::Resolution())
|
||||
LocalResol = pasuv[choixIso] * tolconf / RefDist;
|
||||
if (pasuv[choixIso] <= LocalResol)
|
||||
if (pasuv[choixIso] < 2*LocalResol)
|
||||
pasuv[choixIso] = pasInit[choixIso] = 2*LocalResol;
|
||||
}
|
||||
////////////////////////////////////////
|
||||
|
Reference in New Issue
Block a user