]> OCCT Git - occt.git/commit
0024772: Modeling Algorithms - Intersection of cylinder and cone produces incorrect...
authorknosulko <knosulko@opencascade.com>
Wed, 16 Mar 2022 10:13:15 +0000 (13:13 +0300)
committersmoskvin <smoskvin@opencascade.com>
Thu, 24 Mar 2022 16:56:56 +0000 (19:56 +0300)
commit5ae6f08cc67e6e40fd220c0f989a6c85d1a343e7
tree3553f340f7a0c218b1d8b4e56edf6d71093c0e65
parent9b337ad8e559ab283086f57eedec7fca4b951642
0024772: Modeling Algorithms - Intersection of cylinder and cone produces incorrect results

GeomInt/GeomInt_IntSS.cxx - handle flat cone case
IntPatch/IntPatch_Intersection.hxx, IntPatch/IntPatch_Intersection.cxx - method for preparing surfaces is added
bugs/lowalgos/intss/bug24772 - test case is changed according new behavior
src/Adaptor3d/Adaptor3d_TopolTool.cxx
src/Adaptor3d/Adaptor3d_TopolTool.hxx
src/GeomInt/GeomInt_IntSS.cxx
src/IntPatch/IntPatch_Intersection.cxx
src/IntPatch/IntPatch_Intersection.hxx
tests/lowalgos/intss/bug24772