0033661: Data Exchange, Step Import - Tessellated GDTs are not imported
[occt.git] / tests / bugs / modalg_5 / bug24157_3
1 puts "============"
2 puts "OCC24157"
3 puts "============"
4 puts ""
5 ############################################
6 # Parallelization of assembly part of BO
7 ############################################
8
9 restore [locate_data_file bug24157_x_512_solids] b1
10 bclearobjects
11 bcleartools
12 baddcompound b1
13 bfillds
14
15 regexp { +Tps: +([-0-9.+eE]+)} [bbuild result -t] full tps_time
16
17 if { [regexp {Debug mode} [dversion]] } {
18   set check_time 50
19 } else {
20   set check_time 16
21 }
22 if { $tps_time > $check_time } {
23   puts "Error: low performance"
24 } else {
25   puts "OK: high performance"
26 }
27
28 checkview -display result -2d -path ${imagedir}/${test_image}.png