]> OCCT Git - occt-copy.git/commit
0026206: BRepClass_FaceClassifier returns TopAbs_OUT for internal point
authormsv <msv@opencascade.com>
Thu, 4 Jun 2015 11:34:51 +0000 (14:34 +0300)
committervsr <vsr@opencascade.com>
Wed, 10 Jun 2015 13:44:38 +0000 (16:44 +0300)
commit7cc097e558af67c844e9dc18cd68e0bf570b04b5
tree012e8d83ba8383ee80a28e335e22499dfbfdf41d
parent3bd1a9391955de9b7b77132e44c1673164a52431
0026206: BRepClass_FaceClassifier returns TopAbs_OUT for internal point

Classifier has been corrected to not take into account a probing point if the probing line appears to be tangent to the boundary at this point.

But allow to use tangent point if all points on the edge are tangent.
Modify bad test cases.

Test case for issue CR26206
src/BRepClass/BRepClass_FaceExplorer.cxx
tests/boolean/volumemaker/B8
tests/boolean/volumemaker/C1
tests/boolean/volumemaker/C4
tests/boolean/volumemaker/D7
tests/bugs/modalg_6/bug26206 [new file with mode: 0644]