0027490: BRepMesh: Reduce number of memory allocations
[occt.git] / tests / bugs / iges / bug17026_1
CommitLineData
3bea4c16 1puts "============"
2puts "OCC17026"
3puts "============"
4puts ""
5########################################################################
6# Problem of reading IGES files
7########################################################################
8
9igesread [locate_data_file OCC17026-1.igs] a *
10tpcompound result
11
58cf74e0 12checkprops result -s 9.0463e+009
13checkshape result
a4eba920 14checknbshapes result -vertex 8 -edge 12 -wire 4 -face 4 -shell 0 -solid 0 -compsolid 0 -compound 2 -shape 30
5747059b 15checkview -display result -2d -path ${imagedir}/${test_image}.png
3bea4c16 16