mirror of
https://github.com/Open-Cascade-SAS/OCCT.git
synced 2026-05-11 01:58:22 +08:00
15 lines
354 B
Plaintext
15 lines
354 B
Plaintext
puts "========"
|
|
puts "OCC25806"
|
|
puts "========"
|
|
puts ""
|
|
#################################
|
|
# Stack overflow during meshing
|
|
#################################
|
|
|
|
restore [locate_data_file OCC25806_shape_1040739_1.brep] a
|
|
set bug_info [incmesh a 0.001]
|
|
if {[lindex $bug_info 6] != "NoError"} {
|
|
puts "ERROR: OCC25806 is reproduced. Errors during meshing."
|
|
}
|
|
|