]> OCCT Git - occt-copy.git/commit
0029887: Wrong result of CUT operation due to incorrect point-face classification CR29887_v720
authornbv <nbv@opencascade.com>
Wed, 20 Jun 2018 14:30:00 +0000 (17:30 +0300)
committernbv <nbv@opencascade.com>
Thu, 21 Jun 2018 07:01:04 +0000 (10:01 +0300)
commit204e98c0b1eaa8614a7f7f117c5fb9213eb47991
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)
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]