mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-08-14 13:30:48 +03:00
0025623: Some tests become worse after 22598 fix
Tolerance of line / line analytical intersection is fixed. Test cases are updated to the new behavior. Update of test case according to the current behavior
This commit is contained in:
@@ -1234,8 +1234,8 @@ void IntCurve_IntConicConic::Perform(const gp_Lin2d& L1
|
||||
IntRes2d_IntersectionPoint PtSeg1,PtSeg2;
|
||||
Standard_Real aHalfSinL1L2;
|
||||
Standard_Real Tol = TolR;
|
||||
if(TolR< 1e-10) Tol = 1e-10;
|
||||
|
||||
if(Tol < Precision::PConfusion())
|
||||
Tol = Precision::PConfusion();
|
||||
|
||||
LineLineGeometricIntersection(L1,L2,Tol,U1,U2,aHalfSinL1L2,nbsol);
|
||||
|
||||
|
Reference in New Issue
Block a user