]> OCCT Git - occt.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)
committerkgv <kgv@opencascade.com>
Sat, 23 Jun 2018 10:34:38 +0000 (13:34 +0300)
commit4680b22c2c19235f7c3e62e936fd80ece58578c3
tree9b6cb5dd4c1725f1135f5b69b2aa4b8583fcb8ac
parent12280e4bfc2bfecd278b4c242fd651cb87d70700
0029887: Wrong result of CUT operation due to incorrect point-face classification

Use of input tolerance has been eliminated in Geom2dInt_GInter algorithm called from BRepClass_Intersector::Perform(...) method.
Now the input tolerance is used only for checking 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]