0029688: Regression vs 7.2.0: Wrong result of CUT operation
authoremv <emv@opencascade.com>
Wed, 11 Apr 2018 09:22:29 +0000 (12:22 +0300)
committerbugmaster <bugmaster@opencascade.com>
Thu, 12 Apr 2018 09:40:07 +0000 (12:40 +0300)
commit1ccef79a2aaa086ee7f1be45d7d7b9e240a5c2dd
tree395e4745eaace23625db4d7ea5c9c738883906e4
parent6822a3bef196dcdf185d5af9103f74cf79ca897c
0029688: Regression vs 7.2.0: Wrong result of CUT operation

Boolean Operations - when splitting the face by the intersections with other arguments check if the face (e.g. really thin one) can be split by a vertex. In this case avoid simple face reconstruction and use the BuilderFace algorithm to split the face.
Test case for the issue.
src/BOPAlgo/BOPAlgo_Builder_2.cxx
tests/bugs/modalg_2/bug472_3
tests/bugs/modalg_7/bug29688 [new file with mode: 0644]