mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-03 17:56:21 +03:00
Increase minimum number of discretization points by one explicitly on each iteration of model healer to cover cases degenerated to line (for cases when face consists of 2 edges only).
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 7389 -tri 7419 -empty 9 -face 309
|