0031485: Data Exchange - Export STEP in nonmanifold mode looses all faces except one
[occt.git] / tests / bugs / step / bug5027_2
CommitLineData
e54706ed 1puts "============"
2puts "OCC5027"
3puts "============"
4puts ""
5######################################################
6# Incorrect result translating wire with loops from STEP
7######################################################
8
9set BugNumber OCC5027
10
5d1833ef 11set filepath [locate_data_file OCC5027.stp]
12if [catch { stepread $filepath a * } res] {
13 puts "Error ${BugNumber} : here is reading problem"
e54706ed 14} else {
15 tpcompound result
e54706ed 16
58cf74e0 17 checkprops result -s 159588
18 checkshape result
a4eba920 19 checknbshapes result -vertex 44 -edge 72 -wire 36 -face 31 -shell 1 -solid 1 -compsolid 0 -compound 1 -shape 186
e54706ed 20}
21
5747059b 22checkview -display result -2d -path ${imagedir}/${test_image}.png