]> OCCT Git - occt.git/commit
0032692: Mesh - In BRepMesh_ModelPreProcessor avoid crashes with problematic topology
authoroan <oan@opencascade.com>
Tue, 28 Jun 2022 08:43:49 +0000 (11:43 +0300)
committersmoskvin <smoskvin@opencascade.com>
Wed, 20 Jul 2022 12:53:26 +0000 (15:53 +0300)
commit6ecfaf3ab69bde9eec40a33521c7695888de7486
tree7ae6a9d5145ec7ff3be9d757fcd377f8b8793d73
parent89ecea11d2cb696216a981d3e7ffafb7ff04a798
0032692: Mesh - In BRepMesh_ModelPreProcessor avoid crashes with problematic topology

Improved the processing for the case where Failure flag for the meshing face is set. Specific tests added.
Check triangulation consistency even for shapes with problematic topology given that they are suitable for keeping it.
src/BRepMesh/BRepMesh_ModelPreProcessor.cxx
tests/bugs/mesh/bug32692_1 [new file with mode: 0644]
tests/bugs/mesh/bug32692_2 [new file with mode: 0644]
tests/bugs/mesh/bug32692_3 [new file with mode: 0644]