0025624: Visualization - selection is incorrect in perspective mode in a specific...
[occt.git] / tests / bugs / step / bug348_4
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_TURBINE.stp
11 ######################################
12 cpulimit 7000 
13
14 vinit
15 stepread [locate_data_file BUC61003-4.stp] a *
16
17 tpcompound result
18 checkshape result
19
20 vdisplay result
21 vsetdispmode 1
22 vfit
23
24 set info [trinfo result]
25 regexp { +([-0-9.+eE]+) +triangles} $info full tri
26 regexp { +([-0-9.+eE]+) +nodes} $info full nod
27
28 if { $tri == 0 || $nod == 0 } {
29    puts "Error : here is shading problem"
30 }
31
32 set 2dviewer 0
33