mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-21 10:13:43 +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;
|
Vmin = aV;
|
||||||
else if (aV > Vmax)
|
else if (aV > Vmax)
|
||||||
Vmax = aV;
|
Vmax = aV;
|
||||||
|
|
||||||
|
i++;
|
||||||
}
|
}
|
||||||
|
|
||||||
GeomAdaptor_Surface aGAS(pSurf);
|
GeomAdaptor_Surface aGAS(pSurf);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user