0029496: No intersection curve between faces if starting points are given
authornbv <nbv@opencascade.com>
Thu, 8 Feb 2018 13:57:36 +0000 (16:57 +0300)
committerapn <apn@opencascade.com>
Fri, 16 Feb 2018 12:07:01 +0000 (15:07 +0300)
commit7797eb389a518e537e52eab9a88081be430a6048
treeba810524e6ffbeec7c762655514d2d7b00fb0049
parente3744452bb60730ebf3e00e366e961f17e9ca3ec
0029496: No intersection curve between faces if starting points are given

Now, bounded IntPatch_Points are found in case when starting points are used in intersection algorithm. Before the fix, these points were not looked for (even).
dox/dev_guides/upgrade/upgrade.md
src/IntPatch/IntPatch_Intersection.cxx
src/IntPatch/IntPatch_Intersection.hxx
src/IntPatch/IntPatch_PrmPrmIntersection.cxx
src/IntPatch/IntPatch_PrmPrmIntersection.hxx
src/IntPatch/IntPatch_WLineTool.cxx
src/IntPatch/IntPatch_WLineTool.hxx
src/IntTools/IntTools_FaceFace.cxx
tests/bugs/modalg_7/bug25994
tests/bugs/modalg_7/bug29488_2
tests/bugs/modalg_7/bug29496 [new file with mode: 0644]