]> OCCT Git - occt-copy.git/commit
0029887: Wrong result of CUT operation due to incorrect point-face classification
authornbv <nbv@opencascade.com>
Wed, 20 Jun 2018 14:30:00 +0000 (17:30 +0300)
committernbv <nbv@opencascade.com>
Mon, 25 Jun 2018 07:15:52 +0000 (10:15 +0300)
commit214171ff6069e5fbb0d44ead4d98c4266a3942ad
tree6d34eebce858a40ebedafef21541ff266d7ccbaa
parent22f9125e1ea1a44bca785a0d4cb171757d9a9498
0029887: Wrong result of CUT operation due to incorrect point-face classification

Using of input tolerance has been eliminated in Geom2dInt_GInter algorithm called from BRepClass_Intersector::Perform(...) method. Now, the input tolerance is used only for check ON-status of classification.

(cherry picked from commit 748c9dc6ae0d6018018fca585b6d8cf511c0dd0b)
(cherry picked from commit 204e98c0b1eaa8614a7f7f117c5fb9213eb47991)
src/BRepClass/BRepClass_Intersector.cxx
tests/bugs/modalg_7/bug29887_1 [new file with mode: 0644]
tests/bugs/modalg_7/bug29887_2 [new file with mode: 0644]