mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-08-09 13:22:24 +03:00
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.
12 lines
304 B
Plaintext
12 lines
304 B
Plaintext
puts "========="
|
|
puts "OCC32692: Crash when the input shape has some invalid topology"
|
|
puts "========="
|
|
puts ""
|
|
|
|
puts "REQUIRED ALL: Meshing statuses: SelfIntersectingWire Failure"
|
|
|
|
restore [locate_data_file bug32692.brep] s
|
|
incmesh s 0.01 -parallel
|
|
|
|
checktrinfo s -nod 7511 -tri 7625 -empty 9 -face 309
|