1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-08-04 13:13:25 +03:00

0031499: Boolean Operations - Custom fuzzy value corrupts the result of CUT

IntPatch_ImpImpIntersection::CyCyNoGeometric - Use the provided 3D tolerance to compare the points.
This commit is contained in:
emv
2020-04-15 15:53:36 +03:00
committed by bugmaster
parent 62fbfa9856
commit 590b3f0416
4 changed files with 118 additions and 2 deletions

View File

@@ -647,6 +647,7 @@ Standard_Integer bopcurves (Draw_Interpretor& di,
aToApproxC2dOnS2,
anAppTol);
aFF.SetList(aListOfPnts);
aFF.SetFuzzyValue (BOPTest_Objects::FuzzyValue());
//
aFF.Perform (aF1, aF2);
//