mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-03 17:56:21 +03:00
SIE01-2: ForanAlgo_ProjectWire (720) - Does not obtain a result
This commit is contained in:
parent
a0e35c9556
commit
5a5d46af4b
@ -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);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user