]> OCCT Git - occt.git/commit
0029646: Boolean Operations algorithm produces a face with self-intersecting wire
authoremv <emv@opencascade.com>
Mon, 26 Mar 2018 12:06:18 +0000 (15:06 +0300)
committerbugmaster <bugmaster@opencascade.com>
Thu, 29 Mar 2018 14:13:12 +0000 (17:13 +0300)
commitf8163956919390755b706b7d4a9f0731954bd232
tree84a69f940330dc1dca3543b322c41a98f876231c
parent4563472c1eb4a22cd84437d4eaaf7190b8bc4ed2
0029646: Boolean Operations algorithm produces a face with self-intersecting wire

Boolean operations - Allow repeated intersection of edges to find the coinciding pairs.
Previously, only the edges rejected by bounding boxes classification has been additionally checked on coincidence. The current patch removes this filter allowing all edges with coinciding vertices to be checked on coincidence.

Adjustment of the test cases for current behavior:
1. The following cases are improvements:
boolean volumemaker A8
bugs modalg_1 buc60703_1
bugs modalg_1 buc60703_2
bugs modalg_1 buc60703_4
bugs modalg_6 bug26789_1
bugs modalg_6 bug26789_2
bugs modalg_7 bug26883_4
bugs modalg_7 bug27948

2. bugs modalg_7 bug29580_1 is modified to extend the validity checks.
src/BOPAlgo/BOPAlgo_BuilderFace.cxx
src/BOPAlgo/BOPAlgo_PaveFiller_3.cxx
tests/boolean/volumemaker/A8
tests/bugs/modalg_1/buc60703_1
tests/bugs/modalg_1/buc60703_2
tests/bugs/modalg_1/buc60703_4
tests/bugs/modalg_6/bug26789_1
tests/bugs/modalg_6/bug26789_2
tests/bugs/modalg_7/bug26883_4
tests/bugs/modalg_7/bug27948
tests/bugs/modalg_7/bug29580_1