0033661: Data Exchange, Step Import - Tessellated GDTs are not imported
[occt.git] / tests / bugs / iges / bug26573
1 puts "========"
2 puts "OCC26573"
3 puts "========"
4 puts ""
5 ##########################################################################
6 # IGES file with one entity 128 is not read
7 ##########################################################################
8
9 igesbrep [locate_data_file bug26573_loft.igs] a *
10 tpcompound result
11
12 checkprops result -s 240.546
13 checkshape result
14
15 set nbshapes_expected "
16 Number of shapes in shape
17  VERTEX    : 4
18  EDGE      : 4
19  WIRE      : 1
20  FACE      : 1
21  SHELL     : 0
22  SOLID     : 0
23  COMPSOLID : 0
24  COMPOUND  : 1
25  SHAPE     : 11
26 "
27 checknbshapes result -ref ${nbshapes_expected} -t -m "importing file"
28 checkview -display result -3d -path ${imagedir}/${test_image}.png