]> OCCT Git - occt.git/commit
0027035: General fuse algorithm loses face
authornbv <nbv@opencascade.com>
Mon, 15 Feb 2016 10:51:12 +0000 (13:51 +0300)
committerabv <abv@opencascade.com>
Sat, 20 Feb 2016 10:04:32 +0000 (13:04 +0300)
commit3906794761a4f948ae76e46208d879e2daab56fb
tree1f929dad47a9ec3b52515903f47d4a5f444ce4e6
parentaff5997de8b4840db047e7e73b13d77e8bb0596a
0027035: General fuse algorithm loses face

The main reason of the bug is incorrect check, if the edge is seam-edge or not.
In the fix it is determined with new methods in GeomLib class.

The bug is fixed.

Creation of test case for this fix

Small correction in the code
src/BOPAlgo/BOPAlgo_Builder_2.cxx
src/BOPTools/BOPTools_AlgoTools2D.cxx
src/BOPTools/BOPTools_AlgoTools2D.hxx
src/GeomLib/GeomLib.cxx
src/GeomLib/GeomLib.hxx
tests/bugs/modalg_6/bug27035 [new file with mode: 0644]