]> OCCT Git - occt-copy.git/commit
0028113: BOPAlgo_Builder produces invalid shape
authoremv <emv@opencascade.com>
Tue, 17 Jul 2018 09:07:59 +0000 (12:07 +0300)
committeremv <emv@opencascade.com>
Fri, 20 Jul 2018 11:18:54 +0000 (14:18 +0300)
commit7bdd5aa22bfc433b84c46bc8499e1d5779d2fbe0
tree47fb5e0017df1ade6e000ba77bc518c4325d8ebf
parenteb5fdd794299f686406e4c35f54a5bc025890d72
0028113: BOPAlgo_Builder produces invalid shape

Boolean operations - avoid fast rebuilding of the face in case its edges have been unified during the intersection. Proceed with the BuilderFace algorithm in this case.
Test case for the issue.
src/BOPAlgo/BOPAlgo_Builder_2.cxx
tests/bugs/modalg_7/bug28113_1 [new file with mode: 0644]
tests/bugs/modalg_7/bug28113_2 [new file with mode: 0644]