puts "============"
puts "OCC22436"
puts "============"
puts ""
#######################################################################
# Extra compound is created when importing non-manifold topology from STEP file 
#######################################################################

catch { pload XDE }

set BugNumber OCC22436

param read.step.nonmanifold 1

stepread [locate_data_file bug22436_box.step] b1 *
renamevar b1_1 result

checkprops result -s 3.2e+11 
checkshape result

checknbshapes result -vertex 12 -edge 20 -wire 11 -face 11 -shell 2 -solid 2 -compsolid 0 -compound 1 -shape 59
checkview -display result -2d -path ${imagedir}/${test_image}.png
