puts "========================"
puts " OCC302 "
puts "(case 2)"
puts "========================"
puts ""
#################################################################
## After performing command "checkbrep" to attached face I receive "Bad Orientation of Subshape"
##  but I believe that orientation of this face is correct.
#################################################################

restore [locate_data_file OCC302b.brep] result

set che [checkshape result r]
if { [regexp {OK} $che] != 1} {
    puts "Faulty OCC302 (case 2): command  checkbrep works wrongly"
} else {
    puts "OCC302 OK (case 2) :  command  checkbrep works properly"
}

checkprops result -s 1.93998 
checkview -display result -2d -path ${imagedir}/${test_image}.png
