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

0031850: Modeling Algorithms - boolean cut and common generate unexpected result

IntPatch_WLineTool::JoinWLines(): using correct point for the check if WLines may be joined.
This commit is contained in:
emv
2020-10-14 09:26:29 +03:00
committed by bugmaster
parent 135c2bd908
commit 870ae593c3
3 changed files with 102 additions and 1 deletions

View File

@@ -1643,7 +1643,7 @@ void IntPatch_WLineTool::JoinWLines(IntPatch_SequenceOfLine& theSlin,
aWLine2->Point(aNbPntsWL2 - 1);
if (!CheckArgumentsToJoin(theS1, theS2, aPntLWL1, aPt1.Value(),
aPntFWL1.Value(), aPt2.Value(), aMinRad))
aPntLWL1.Value(), aPt2.Value(), aMinRad))
{
continue;
}