0027531: Modeling Algorithms - Make the algorithm Approx_SameParameter more clear...
[occt.git] / tests / bugs / moddata_2 / bug441_1
CommitLineData
a87752f3 1puts "========================"
2puts " OCC441 "
3puts "(case 1)"
4puts "========================"
5puts ""
6###############################
7## Instability of BRepCheck check status.
8###############################
9
10restore [locate_data_file OCC441a.brep] result
11
a87752f3 12set err [checkshape result r]
a87752f3 13
14set j 1
15repeat 25 {
16 restore [locate_data_file OCC441a.brep] result
a87752f3 17 set err1 [checkshape result r]
a87752f3 18 if { $err != $err1 } {
19 puts [format " Faulty OCC441: function CHECKSHAPE works wrongly on %s time" $j]
20 break
21 } else {
22 puts [format " OCC441 OK: function CHECKSHAPE works properly %s time" $j]
23 }
24 incr j
25}
26
5747059b 27checkview -display result -2d -path ${imagedir}/${test_image}.png