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