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:
@@ -647,6 +647,7 @@ Standard_Integer bopcurves (Draw_Interpretor& di,
|
||||
aToApproxC2dOnS2,
|
||||
anAppTol);
|
||||
aFF.SetList(aListOfPnts);
|
||||
aFF.SetFuzzyValue (BOPTest_Objects::FuzzyValue());
|
||||
//
|
||||
aFF.Perform (aF1, aF2);
|
||||
//
|
||||
|
Reference in New Issue
Block a user