]> OCCT Git - occt.git/commit
0032569: Modeling Algorithm - Section not found
authorifv <ifv@opencascade.com>
Tue, 14 Sep 2021 14:11:17 +0000 (17:11 +0300)
committerifv <ifv@opencascade.com>
Mon, 27 Sep 2021 09:07:29 +0000 (12:07 +0300)
commitc8ccbfd04580993c08c6491e6698971c8cfa3edd
tree21c2db7d3bb7e831d08610dc643f6612ebcc43ea
parent3be25c11705b931ff623f372a24e3e1b2203899c
0032569: Modeling Algorithm - Section not found

IntPatch/IntPatch_WLineTool.cxx - adding control of maximal ratio of distances between 3 sequential points.
tests/bugs/modalg_7/bug32569 - new test case added
tests/lowalgos/intss/bug29972_1 test case is modified according new behavior of intersection algorithm
src/IntPatch/IntPatch_WLineTool.cxx
tests/bugs/modalg_7/bug32569 [new file with mode: 0644]
tests/lowalgos/intss/bug29972_1