0031485: Data Exchange - Export STEP in nonmanifold mode looses all faces except one
[occt.git] / tests / bugs / step / bug29068
CommitLineData
13a44c4b 1puts "========"
2puts "OCC29068"
3puts "========"
4puts ""
5##########################################################################
6# Invalid rotation of shape after import STEP file
7##########################################################################
8
9stepread [locate_data_file bug29068.stp] a *
10#stepread bug29068.stp a *
11
12checkshape a_1
13
14set nbshapes_expected "
15Number of shapes in shape
16 VERTEX : 2955
17 EDGE : 4576
18 WIRE : 1970
19 FACE : 1793
20 SHELL : 54
21 SOLID : 0
22 COMPSOLID : 0
23 COMPOUND : 1
24 SHAPE : 11349
25"
26checknbshapes a_1 -ref ${nbshapes_expected} -t -m "importing file"
27
28checkgravitycenter a_1 -v 36.7307 -14.513 0.0157913 0.001
29
30