0026715: Problems in reading STEP short names in complex entities
[occt.git] / tests / bugs / step / bug26715_2
1 puts "========"
2 puts "OCC26715"
3 puts "========"
4 puts ""
5 ##########################################################################
6 # Problems in reading STEP short names in complex entities
7 ##########################################################################
8
9 stepread [locate_data_file bug26715_003.stp] a *
10 tpcompound result
11
12 set square 23212.2
13
14 set nbshapes_expected "
15 Number of shapes in shape
16  VERTEX    : 3840
17  EDGE      : 3840
18  WIRE      : 487
19  FACE      : 485
20  SHELL     : 485
21  SOLID     : 0
22  COMPSOLID : 0
23  COMPOUND  : 1
24  SHAPE     : 9138
25 "
26 checknbshapes result -ref ${nbshapes_expected} -t -m "importing file"
27
28 set 3dviewer 1