0027126: Create command checktrinfo to verify meshes
[occt.git] / tests / bugs / iges / bug5027_1
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.igs]
12if [catch { igesread $filepath a * } res] {
13 puts "Error ${BugNumber} : here is reading problem"
e54706ed 14} else {
15 tpcompound result
58cf74e0 16 checkshape result
17 checkprops result -s 159588
a4eba920 18 checknbshapes result -vertex 140 -edge 144 -wire 36 -face 31 -shell 0 -solid 0 -compsolid 0 -compound 1 -shape 352
5747059b 19 checkview -display result -2d -path ${imagedir}/${test_image}.png
e54706ed 20}
21
22