1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-04-03 17:56:21 +03:00
occt/tests/bugs/mesh/bug25806
2015-02-19 15:11:54 +03:00

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."
}