puts "============"
puts "OCC2821"
puts "============"
puts ""
######################################################
# IGES file not impored correctly
######################################################

igesbrep [locate_data_file OCC2821.igs] a *

set comp [tpcompound result]
regexp {([-0-9.+eE]+) +Shape\(s\)} $comp full nb
if { $nb < 1} {
    puts "Error : Number of shape(s) listed is wrong"
} else {
    checkprops result -s 41153 
checkshape result
}

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

