0026715: Problems in reading STEP short names in complex entities
[occt.git] / tests / bugs / step / bug26715_2
CommitLineData
a7197ef3 1puts "========"
2puts "OCC26715"
3puts "========"
4puts ""
5##########################################################################
6# Problems in reading STEP short names in complex entities
7##########################################################################
8
9stepread [locate_data_file bug26715_003.stp] a *
10tpcompound result
11
12set square 23212.2
13
14set nbshapes_expected "
15Number 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"
26checknbshapes result -ref ${nbshapes_expected} -t -m "importing file"
27
28set 3dviewer 1