1 puts "========================"
3 puts "========================"
5 igesbrep [locate_data_file buc60820.igs] a *
8 puts [checkshape result r]
16 set info [trinfo result]
17 regexp { +([-0-9.+eE]+) +triangles} $info full tri
18 regexp { +([-0-9.+eE]+) +nod} $info full nod
21 if { $tri != 1655 || $nod != 1143 } {
22 puts "Shading problem may be, nb tri & nod were changed"