]> 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>
Thu, 21 Jun 2018 09:16:44 +0000 (12:16 +0300)
commitf14997ca27a710297f98f2989ed734896cad2479
tree2d9009cbfba4a41ebc4a5d5e0e9101a89e159382
parentec8ffa6b9cc163ef83843941b706398db8245c9e
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]