]> 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)
committerabv <abv@opencascade.com>
Sun, 23 Aug 2015 20:23:29 +0000 (23:23 +0300)
commit587c15bd7db3143cc755d2e0c4465d6eda743a63
tree43c09957da6822847d80e7d7abe9683353d42b68
parent026dbb46c939f9094c5095bcecf1a2a004de02da
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]