0030694: Data Exchange - support non-standard GB2312-encoded STEP files
[occt.git] / tests / bugs / step / bug3397
1 puts "============"
2 puts "OCC3397"
3 puts "============"
4 puts ""
5 ######################################################
6 # Incorrect work of ShapeFix_ComposeShell
7 ######################################################
8
9 set BugNumber OCC3397
10
11 #mkv-04.09.06
12 param read.step.shape.relationship OFF
13
14 set filepath [locate_data_file trj12_b3-tu-203.stp]
15 if [catch { stepread $filepath a * } res] {
16     puts "Faulty ${BugNumber} : here is reading problem"
17 } else {
18     tpcompound result
19     
20     checkprops result -s 1.48021e+06 
21     checkshape result
22     checknbshapes result -vertex 1228 -edge 1938 -wire 762 -face 696 -shell 1 -solid 1 -compsolid 0 -compound 1 -shape 4627
23 }
24
25 checkview -display result -2d -path ${imagedir}/${test_image}.png