]> OCCT Git - occt.git/commit
0025469: BRepMesh corrupts triangulation of another not connected shape
authoroan <oan@opencascade.com>
Fri, 21 Nov 2014 11:15:34 +0000 (14:15 +0300)
committerbugmaster <bugmaster@opencascade.com>
Fri, 21 Nov 2014 11:19:28 +0000 (14:19 +0300)
commit80d659a5a6cda0489457b71a6124e3d7f797fde0
treecb28dc2b0b39ca838657978c872ee2eb7dd6baa5
parentd0a994c7f1092abe90e549d3166c69c9d966bb2e
0025469: BRepMesh corrupts triangulation of another not connected shape

Do not clean polygons that are created for different faces not connected with current shape.
Remove old code producing additional points for BSpline curves due to fix #24959.

Test cases fir issue CR25469

Revert changes producing additional points for BSpline curves with C1 continuity

Test cases fir issue CR25469

Correction of test cases for issue CR25469
src/BRepMesh/BRepMesh_EdgeTessellator.cxx
src/BRepMesh/BRepMesh_IncrementalMesh.cxx
tests/bugs/mesh/bug23631
tests/bugs/mesh/bug25469_1 [new file with mode: 0644]
tests/bugs/mesh/bug25469_2 [new file with mode: 0644]
tests/bugs/mesh/bug25469_3 [new file with mode: 0755]
tests/bugs/mesh/bug25479 [new file with mode: 0644]
tests/bugs/modalg_4/bug22383