0024326: Get rid of confusing extension line
[occt.git] / tests / bugs / step / bug348_3
1 puts "TODO OCC12345 ALL: Error on Record"
2
3 puts "========"
4 puts "OCC205"
5 puts "OCC348"
6 puts "BUC61003"
7 puts "========"
8 ######################################
9 ## puts "Crash on importing STEP file"
10 ## JC_TOY_CAR.stp
11 ######################################
12
13 cpulimit 4000
14
15 vinit
16 stepread [locate_data_file BUC61003-3.stp] a *
17
18 tpcompound result
19 checkshape result
20
21 vdisplay result
22 vsetdispmode 1
23 vfit
24
25 set info [trinfo result]
26 regexp { +([-0-9.+eE]+) +triangles} $info full tri
27 regexp { +([-0-9.+eE]+) +nodes} $info full nod
28
29 if { $tri == 0 || $nod == 0 } {
30    puts "Error : here is shading problem"
31 }
32
33 set 2dviewer 0
34