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 19:25:45 +03:00
committed by bugmaster
parent 135c2bd908
commit 870ae593c3
3 changed files with 102 additions and 1 deletions
+1 -1
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;
}