0026106: BRepMesh - revision of data model
[occt.git] / tests / bugs / mesh / bug25806
1 puts "========"
2 puts "OCC25806"
3 puts "========"
4 puts ""
5 #################################
6 # Stack overflow during meshing
7 #################################
8
9 restore [locate_data_file OCC25806_shape_1040739_1.brep] a
10 set bug_info [incmesh a 0.001]
11 if {[lindex $bug_info 6] != "NoError"} {
12   puts "ERROR: OCC25806 is reproduced. Errors during meshing."
13 }
14