0026692: BRepMesh hangs on the attached shape due to tessellation points produced...
authoroan <oan@opencascade.com>
Mon, 15 Feb 2016 16:33:29 +0000 (19:33 +0300)
committerabv <abv@opencascade.com>
Sat, 20 Feb 2016 07:10:00 +0000 (10:10 +0300)
commit660b601eddd5f00778e7f330bff08349689dbf3c
tree64e8aa2f773ccf2926deedf805c9a667b56c2cbc
parent451c4a3a5768ad72b1f0569912def5f97dc8ac83
0026692: BRepMesh hangs on the attached shape due to tessellation points produced out of surface range

BRepMesh_EdgeTessellator: do not use points out of face range and edge tolerance.

Test cases for issue CR26692
src/BRepMesh/BRepMesh_EdgeTessellationExtractor.cxx
src/BRepMesh/BRepMesh_EdgeTessellationExtractor.hxx
src/BRepMesh/BRepMesh_EdgeTessellator.cxx
src/BRepMesh/BRepMesh_EdgeTessellator.hxx
src/BRepMesh/BRepMesh_FastDiscret.cxx
src/BRepMesh/BRepMesh_IEdgeTool.hxx
tests/bugs/mesh/bug26692_1 [new file with mode: 0644]
tests/bugs/mesh/bug26692_2 [new file with mode: 0644]