6 restore [locate_data_file OCC256.brep] result
7 puts [checkshape result]
15 set info [trinfo result]
16 regexp { +([-0-9.+eE]+) +triangles} $info full tri
17 regexp { +([-0-9.+eE]+) +nodes} $info full nod
19 if { $tri != 66 && $nod != 66 } {
20 puts "Error : here is shading problem"