]> OCCT Git - occt-copy.git/commit
0026379: Wrong result produced by the volume maker algorithm
authoremv <emv@opencascade.com>
Thu, 9 Jul 2015 11:17:49 +0000 (14:17 +0300)
committerabv <abv@opencascade.com>
Wed, 2 Sep 2015 11:38:09 +0000 (14:38 +0300)
commitd0da782fe1ee591b6e91f561354c4c1cfb3be93f
treeff9cbdca8094244421e773f74e13d8b31395407d
parent067a4a33d8253ca3dd6dfc11e20eaec426078169
0026379: Wrong result produced by the volume maker algorithm

1. class BOPAlgo_ShellSplitter
static method void RefineShell(TopoDS_Shell& theShell,
                               BOPCol_ListOfShape& aLShX)
Added protection from INTERNAL edges.

2. class BOPAlgo_MakerVolume
method void BOPAlgo_MakerVolume::MakeBox(BOPCol_MapOfShape& theBoxFaces)
Creation of the overlapping box of proper size.

Test-cases for issue #26379
src/BOPAlgo/BOPAlgo_MakerVolume.cxx
src/BOPAlgo/BOPAlgo_ShellSplitter.cxx
tests/boolean/volumemaker/C1
tests/boolean/volumemaker/C2
tests/bugs/modalg_6/bug26379_1 [new file with mode: 0644]
tests/bugs/modalg_6/bug26379_2 [new file with mode: 0644]