0d4212e8e015b78d336e7f5004042a49f0f86d4d
[occt.git] / tests / bugs / moddata_2 / bug22910_1
1 puts "TODO OCC11111 ALL: An exception was caught"
2 puts "TODO OCC11111 ALL: Exception"
3 puts "TODO OCC11111 ALL: Faulty OCC22910"
4
5 puts "================"
6 puts "OCC22910"
7 puts "================"
8 puts ""
9 #######################################################################################
10 # Failure to compute iso-line for NURBS surface
11 ######################################################################################
12
13 set BugNumber OCC22910
14
15 catch { pload MODELING }
16
17 restore [locate_data_file s.rle] result
18 set exception_status [ catch { uiso u result 0.5 } ]
19
20 if { ${exception_status} == 0 } {
21    puts "OK ${BugNumber}"
22 } else {
23    puts "Faulty ${BugNumber}"
24 }
25
26 set sqaure 0
27 set 3dviewer 0