2 puts "========================"
5 puts "========================"
7 #################################################################
8 ## After performing command "checkshape" to attached face I receive "Bad Orientation of Subshape"
9 ## but I believe that orientation of this face is correct.
10 #################################################################
12 restore [locate_data_file OCC302c.brep] result
14 set che [checkshape result r]
15 if { [regexp {OK} $che] !=1 } {
16 puts "Faulty OCC302 (case 3): command checkshape works wrongly"
18 puts "OCC302 OK (case 3) : command checkshape works properly"