]> OCCT Git - occt.git/commit
0026525: Wrong result obtained by curve / surface intersection algorithm.
authoraml <aml@opencascade.com>
Thu, 24 Sep 2015 10:53:09 +0000 (13:53 +0300)
committerkgv <kgv@opencascade.com>
Thu, 24 Sep 2015 11:14:57 +0000 (14:14 +0300)
commit81b47143f18a69c909f3349398e66b277cc000dd
tree3871e76132254b581af296e55eed9aae52e485bd
parent657ccd95abcaa2924f0539abbbe0e794f6d33489
0026525: Wrong result obtained by curve / surface intersection algorithm.

Added protection from double overflow caused by untrimmed parameters space.
Obsolete code deleted.

Draw command OCC26525 added.

Test cases for issue CR26525
src/IntCurveSurface/IntCurveSurface_Inter.gxx
src/QABugs/QABugs_19.cxx
tests/bugs/modalg_6/bug26525_1 [new file with mode: 0644]
tests/bugs/modalg_6/bug26525_2 [new file with mode: 0644]
tests/bugs/modalg_6/bug26525_3 [new file with mode: 0644]
tests/bugs/modalg_6/bug26525_4 [new file with mode: 0644]