mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-09-13 14:27:08 +03:00
SIE01-2: ForanAlgo_ProjectWire (720) - Does not obtain a result
This commit is contained in:
@@ -1507,6 +1507,9 @@ void IntPatch_WLineTool::JoinWLines(IntPatch_SequenceOfLine& theSlin,
|
||||
|
||||
const Standard_Integer aNbPntsWL2 = aWLine2->NbPnts();
|
||||
|
||||
if (aNbPntsWL1 < 2 || aNbPntsWL2 < 2)
|
||||
continue;
|
||||
|
||||
const IntSurf_PntOn2S& aPntFWL2 = aWLine2->Point(1);
|
||||
const IntSurf_PntOn2S& aPntLWL2 = aWLine2->Point(aNbPntsWL2);
|
||||
|
||||
|
Reference in New Issue
Block a user