]> OCCT Git - occt-copy.git/commit
0029887: Wrong result of CUT operation due to incorrect point-face classification IR-2018-06-22
authornbv <nbv@opencascade.com>
Wed, 20 Jun 2018 14:30:00 +0000 (17:30 +0300)
committerbugmaster <bugmaster@opencascade.com>
Thu, 21 Jun 2018 15:00:22 +0000 (18:00 +0300)
commit8e99aaf64b0bcd0efee9d016261f4ccab1b3a9a7
tree9b6cb5dd4c1725f1135f5b69b2aa4b8583fcb8ac
parentf1107766e4e220995f93accb453d2d24e8e54c4f
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.
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]