occt: master 94783b51

Author Committer Branch Timestamp Parent
nbv bugmaster master 2018-07-17 09:32:14 master 39b7b2a4
Changeset 0028085: Incorrect result of CUT operation

Before the fix, small arc of circle returned as intersection result. It was connected with the fact that the circle always was limited in 0 and 2*PI points. Currently the bounds of the circle (retrieved as an intersection curve) are computed from the real domain of the arguments (there is not a snap to the fixed 0 and 2*PI points).
mod - src/GeomInt/GeomInt_LineConstructor.cxx Diff File
add - tests/bugs/modalg_7/bug28085_1 Diff File
add - tests/bugs/modalg_7/bug28085_2 Diff File
mod - tests/bugs/modalg_7/bug28883_2 Diff File