]> OCCT Git - occt-copy.git/commit
0028501: Incomplete result of offset operation in mode Complete with Join type inters... CR0_700_FixC
authoremv <emv@opencascade.com>
Thu, 2 Mar 2017 11:29:53 +0000 (14:29 +0300)
committeremv <emv@opencascade.com>
Mon, 20 Nov 2017 05:19:41 +0000 (08:19 +0300)
commitc1f535e0748a98fe226e47a8e50eab18c8cb22ad
tree34ba797d0c410ed3bc503f5edb33b7a003569095
parentf0f645efe2fd8fd4c8da7a02b4e7a1bbce01712b
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.
15 files changed:
src/BOPAlgo/BOPAlgo_ShellSplitter.cxx
src/BRepFeat/BRepFeat_MakePrism.cxx
tests/boolean/bcut_complex/N9
tests/boolean/gdml_private/ZH3
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/modalg_6/bug29260_2
tests/bugs/moddata_2/bug469