Modified test case (increase cpulimit in Debug mode)
[occt.git] / tests / bugs / step / bug348_1
CommitLineData
0e94a94e 1puts "TODO OCC12345 ALL: Error on Record"
2
3puts "========"
4puts "OCC205"
5puts "OCC348"
6puts "BUC61003"
7puts "========"
8######################################
9## puts "Crash on importing STEP file"
10## CS_CONROD.stp
11######################################
12
13vinit
14stepread [locate_data_file BUC61003-1.stp] a *
15
16tpcompound result
352ffd73 17checkshape result
0e94a94e 18
19vdisplay result
20vsetdispmode 1
21vfit
22
23set info [trinfo result]
24regexp { +([-0-9.+eE]+) +triangles} $info full tri
25regexp { +([-0-9.+eE]+) +nodes} $info full nod
26
27if { $tri == 0 || $nod == 0 } {
28 puts "Error : here is shading problem"
29}
30
31set 2dviewer 0
32