]> OCCT Git - occt-copy.git/commit
0028501: Incomplete result of offset operation in mode Complete with Join type inters...
authoremv <emv@opencascade.com>
Thu, 2 Mar 2017 11:29:53 +0000 (14:29 +0300)
committeremv <emv@opencascade.com>
Fri, 7 Jul 2017 07:02:55 +0000 (10:02 +0300)
commit9da7f385daacf4b29c3f1cc6d51f60684132fc94
tree63ebbf44b3f26e612bc223f35edf9e848494b863
parent9548efe9e1afe7a75f67282556fe3fb9d1bc0089
0028501: Incomplete result of offset operation in mode Complete with Join type intersection

1. The algorithm BOPAlgo_ShellSplitter has been improved for the cases with multi-connected edges
to produce as many shells as possible from the given input faces.

2. Building tool prism in BRepFeat_MakePrism has been changed in order to avoid self-intersections
in the cases when the limiting faces are intersecting.

3. Test cases for the issue.

4. Test cases boolean/bcut_complex/N9 and boolean/gdml_private/ZH3 are improvements.

5. Test cases boolean/volumemaker/C5 and boolean/volumemaker/C6 has been marked as BAD due to found problem in intersection algorithm.
The results in these cases obtained on the branch are better than on master, but still not complete.

Adjusting test case bugs/moddata_2/bug469 for its current behavior.
20 files changed:
src/BOPAlgo/BOPAlgo_ShellSplitter.cxx
src/BRepFeat/BRepFeat_MakePrism.cxx
tests/boolean/bcut_complex/N9
tests/boolean/volumemaker/C5
tests/boolean/volumemaker/C6
tests/bugs/modalg_6/bug28501_1 [new file with mode: 0644]
tests/bugs/modalg_6/bug28501_2 [new file with mode: 0644]
tests/bugs/modalg_6/bug28501_3 [new file with mode: 0644]
tests/bugs/modalg_6/bug28501_4 [new file with mode: 0644]
tests/bugs/modalg_6/bug28501_5 [new file with mode: 0644]
tests/bugs/modalg_6/bug28501_6 [new file with mode: 0644]
tests/bugs/modalg_6/bug28501_7 [new file with mode: 0644]
tests/bugs/moddata_2/bug469
tests/offset/shape_type_i_c/YL3 [new file with mode: 0644]
tests/offset/shape_type_i_c/YL4 [new file with mode: 0644]
tests/offset/shape_type_i_c/YL5 [new file with mode: 0644]
tests/offset/shape_type_i_c/YL6 [new file with mode: 0644]
tests/offset/shape_type_i_c/YL7 [new file with mode: 0644]
tests/offset/shape_type_i_c/YL8 [new file with mode: 0644]
tests/offset/shape_type_i_c/YL9 [new file with mode: 0644]