0026855: Draw commands to debug Boolean Operations Algorithm
[occt.git] / tests / bugs / moddata_2 / pro20333
1 puts "TODO OCC12345 ALL: Faulty PRO20333: here is shading problem"
2
3 puts "============"
4 puts "PRO20333"
5 puts ""
6 puts "=================================="
7 puts "It takes visual check for this BUG"
8 puts "=================================="
9
10 restore [locate_data_file pro20333a.brep] result
11 checkshape result
12
13 tclean result
14 isos result 0
15 incmesh result .1
16 triangles result
17
18 set info [trinfo result]
19 regexp { +([-0-9.+eE]+) +triangles} $info full tri
20 regexp { +([-0-9.+eE]+) +nodes} $info full nod
21
22 if { $tri != 107 || $nod != 109 } {  
23    puts "Faulty PRO20333: here is shading problem"
24 }
25
26 set 3dviewer 0