2 puts "========================"
5 puts "========================"
7 restore [locate_data_file shading_144.brep] result
8 puts [checkshape result]
18 set info [trinfo result]
19 regexp { +([-0-9.+eE]+) +triangles} $info full tri
20 regexp { +([-0-9.+eE]+) +nodes} $info full nod
22 if { $tri < 70 || $nod < 72 } {
23 puts "Error (case 2) : here is shading problem"