]> OCCT Git - occt.git/commit
0033648: Modeling Algorithms - Bad partition result
authorastromko <astromko@opencascade.com>
Wed, 7 Aug 2024 14:15:43 +0000 (15:15 +0100)
committerjfa <jfa@opencascade.com>
Wed, 4 Sep 2024 14:58:18 +0000 (15:58 +0100)
commit17d27a772dd4bf9a40b962c607fc3d1d9f453b75
treeba6c5b404c0dc0086666688e0312cbfbed91d018
parent1827edbc9a81cf2e20acf99edf9477a5e030d5ea
0033648: Modeling Algorithms - Bad partition result

Removed unnecessary tolerance increase for Line\Line intersection.
Tolerance increasing logic for some specific curve types
  was added with #26619.
Original fix had no test for Line/Line case and
  theoretically was added as a possible issue.
After research Line/Line case doesn't need a special tolerance case.
src/BOPAlgo/BOPAlgo_PaveFiller_3.cxx
tests/bugs/modalg_8/bug33648 [new file with mode: 0644]