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