]> 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, 29 Jun 2022 18:32:45 +0000 (21:32 +0300)
commit1593d38b131206d6c25f6b8cd92c7e163370ec54
tree4df4fad8027ca3e145d6f18d054b0e2095760ba8
parentaaa03c1efb04904bf1dfc0491c1ee09cf75d6a94
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]