]> OCCT Git - occt-copy.git/commit
0028009: [Regression vs OCCT7.0.0] Cut produces not valid shape
authornbv <nbv@opencascade.com>
Wed, 2 Nov 2016 12:39:37 +0000 (15:39 +0300)
committernbv <nbv@opencascade.com>
Mon, 22 May 2017 07:14:36 +0000 (10:14 +0300)
commit1b23c4e0cf5df4571b89bd48ae1c0e15073d97a5
tree63ecc017be3e6c75c199a6717633a79395adac63
parent045e1c408ac9dfb8099816e2b3afdf58c618f854
0028009: [Regression vs OCCT7.0.0] Cut produces not valid shape

The algorithm in WorkWithBoundaries::BoundaryEstimation(...) did not take into account opposite directions of cylindrical axes (when the angle between them is obtuse). After the fix it does it.

Small correction of test cases for issue CR28009

(cherry picked from commit c9c7286e56612bbb845e63abcaa9b369faf55e33)
src/IntPatch/IntPatch_ImpImpIntersection_4.gxx
tests/bugs/modalg_6/bug28009_1 [new file with mode: 0644]
tests/bugs/modalg_6/bug28009_2 [new file with mode: 0644]