]> OCCT Git - occt.git/commit
0024694: Modeling algorithms - Wrong processing of two surfaces (implicit and paramet... CR24694
authorjgv <jgv@opencascade.com>
Sun, 19 Sep 2021 01:38:12 +0000 (04:38 +0300)
committerjgv <jgv@opencascade.com>
Fri, 1 Oct 2021 16:01:52 +0000 (19:01 +0300)
commit0eaebd1d5a13d121b8c5f41d19ef7bb778f7324d
tree7f96ea5f14b10a4a3c0a247b6695aa9dd8f5be35
parent3be25c11705b931ff623f372a24e3e1b2203899c
0024694: Modeling algorithms - Wrong processing of two surfaces (implicit and parametric) having tangential intersection: it is not found by intersector

Multiple changes in algorithm of Implicit-Parametric Intersection for finding curves of tangential intersection
39 files changed:
src/BRepApprox/BRepApprox_TheZerImpFuncOfTheImpPrmSvSurfacesOfApprox.hxx
src/Contap/Contap_Contour.cxx
src/Contap/Contap_SurfFunction.hxx
src/Contap/Contap_SurfFunction.lxx
src/Contap/Contap_TheIWLineOfTheIWalking.hxx
src/Contap/Contap_TheIWalking.hxx
src/Contap/Contap_TheSearchInside.hxx
src/GeomInt/GeomInt_TheZerImpFuncOfTheImpPrmSvSurfacesOfWLApprox.hxx
src/IntImp/IntImp_ZerImpFunc.gxx
src/IntImp/IntImp_ZerImpFunc.lxx
src/IntPatch/IntPatch_ImpPrmIntersection.cxx
src/IntPatch/IntPatch_TheIWLineOfTheIWalking.hxx
src/IntPatch/IntPatch_TheIWalking.hxx
src/IntPatch/IntPatch_TheSearchInside.hxx
src/IntPatch/IntPatch_TheSurfFunction.hxx
src/IntStart/IntStart_SearchInside.gxx
src/IntStart/IntStart_SearchInside.lxx
src/IntSurf/IntSurf_PntOn2S.cxx
src/IntSurf/IntSurf_PntOn2S.hxx
src/IntSurf/IntSurf_QuadricTool.cxx
src/IntSurf/IntSurf_QuadricTool.hxx
src/IntSurf/IntSurf_QuadricTool.lxx
src/IntWalk/IntWalk_IWLine.gxx
src/IntWalk/IntWalk_IWLine.lxx
src/IntWalk/IntWalk_IWalking_1.gxx
src/IntWalk/IntWalk_IWalking_2.gxx
src/IntWalk/IntWalk_IWalking_3.gxx
src/IntWalk/IntWalk_IWalking_4.gxx
src/IntWalk/IntWalk_IWalking_5.gxx
src/IntWalk/IntWalk_IWalking_6.gxx
src/IntWalk/IntWalk_PWalking.cxx
src/IntWalk/IntWalk_StatusDeflection.hxx
tests/bugs/modalg_7/bug24694_1 [new file with mode: 0644]
tests/bugs/modalg_7/bug24694_2 [new file with mode: 0644]
tests/lowalgos/intss/bug24694_3 [new file with mode: 0644]
tests/lowalgos/intss/bug24694_4 [new file with mode: 0644]
tests/lowalgos/intss/bug24694_5 [new file with mode: 0644]
tests/lowalgos/intss/bug24694_6 [new file with mode: 0644]
tests/lowalgos/intss/bug24694_7 [new file with mode: 0644]