mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-03 17:56:21 +03:00
0022689: Infinite loop in BRepExtrema_DistanceSS, in static function TRIM_INFINIT_FACE
This commit is contained in:
parent
2a3ff1e004
commit
ed0d16d8ea
@ -347,6 +347,8 @@ static void TRIM_INFINIT_FACE(const TopoDS_Shape& S1, const TopoDS_Shape& S2,
|
||||
Vmin = aV;
|
||||
else if (aV > Vmax)
|
||||
Vmax = aV;
|
||||
|
||||
i++;
|
||||
}
|
||||
|
||||
GeomAdaptor_Surface aGAS(pSurf);
|
||||
|
Loading…
x
Reference in New Issue
Block a user