]> OCCT Git - occt.git/commit
0029441: Modeling Algorithms - Incorrect intersection curves between faces
authorifv <ifv@opencascade.com>
Tue, 24 Nov 2020 11:17:03 +0000 (14:17 +0300)
committerbugmaster <bugmaster@opencascade.com>
Thu, 17 Dec 2020 18:05:04 +0000 (21:05 +0300)
commita2cb8561eb1d77db78bccf8296f9f729eaf8cb47
tree5ae7ecd52056584db88c3d24b33c21ecdfd2fadc
parent59500bb229b2bf4700d9d4425327168e68a1e8f4
0029441: Modeling Algorithms - Incorrect intersection curves between faces

ApproxInt/ApproxInt_SvSurfaces.hxx : adding field myUseSolver in order to manage calculations of characteristics of intersection points.
ApproxInt/ApproxInt_MultiLine.gxx : implementation of using myUseSolver for treatment points of MultiLine.
ApproxInt/ApproxInt_ImpPrmSvSurfaces.gxx : implementation of using myUseSolver for case intersection of implicit and parametric surfaces.

Test cases added
src/ApproxInt/ApproxInt_Approx.gxx
src/ApproxInt/ApproxInt_ImpPrmSvSurfaces.gxx
src/ApproxInt/ApproxInt_MultiLine.gxx
src/ApproxInt/ApproxInt_SvSurfaces.hxx
tests/lowalgos/intss/bug29441_1 [new file with mode: 0644]
tests/lowalgos/intss/bug29441_2 [new file with mode: 0644]