]> OCCT Git - occt-copy.git/commit
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)
committernbv <nbv@opencascade.com>
Wed, 14 Feb 2018 11:55:55 +0000 (14:55 +0300)
commiteed77ff55cab8d8c46e64972c133cd9f338dc556
treefee10b43d6f1fa5df2982f284ac06fa6762c77e1
parent118e720920fbde393f30d811086f9499bf7dcc3e
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).

(cherry picked from commit e6a1e86e7b926937f6773d45ed75a2c36d0e7c27)
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/bug29488_2
tests/bugs/modalg_7/bug29496 [new file with mode: 0644]