]> OCCT Git - occt.git/commit
0029144: Modeling Algorithms - BOP PaveFiller hangs in some case CR29144_6
authorakaftasev <akaftasev@opencascade.com>
Fri, 24 May 2024 10:40:51 +0000 (11:40 +0100)
committerakaftasev <akaftasev@opencascade.com>
Mon, 27 May 2024 15:47:00 +0000 (16:47 +0100)
commit2d950d5b036817c294b47ed2e53b059098bc4ccc
tree30c97c83c9ee221ef8225ad7c5d0febd8252ee65
parent4c8faa5e2dd0d3e4bd7039c908016d8204889c09
0029144: Modeling Algorithms - BOP PaveFiller hangs in some case

Changed decreasing aDeltaRestrictor to division by 2 instead of value assignment to aDelta if point does not found.
Changed wrong comparison of two Standard_Real values.
src/IntTools/IntTools_BeanFaceIntersector.cxx
tests/bugs/modalg_7/bug26563
tests/perf/modalg/bug29144 [new file with mode: 0644]