mirror of
https://github.com/Open-Cascade-SAS/OCCT.git
synced 2026-08-10 00:02:41 +08:00
f73592edf0
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
|