0026132: Invalid result of boolean operation
[occt.git] / tests / bugs / modalg_1 / bug10160_6
1 puts "TODO OCC11111 ALL: Error :  is WRONG because number of "
2 puts "============"
3 puts "OCC10160"
4 puts "============"
5 puts ""
6 #######################################################################
7 # BOP perfomance improvemen
8 #######################################################################
9
10 set BugNumber OCC10160
11
12 restore [locate_data_file OCC10160-1.brep] b1 
13 restore [locate_data_file OCC10160-3.brep] b2 
14
15 set NbTests 3
16
17 puts "Prepare boolean operation ..."
18 dchrono h0 reset; dchrono h0 start
19 bop b1 b2
20 dchrono h0 stop; set CPU_time0_List [dchrono h0 show]
21 regexp {CPU user time: ([-0-9.+eE]+) seconds} $CPU_time0_List full CPU_user_time0
22 puts "CPU_user_time0=${CPU_user_time0}"
23
24 puts "Start boolean operation ..."
25 dchrono h reset; dchrono h start
26 #
27 # BOOLEAN OPERATION ----- START
28 #
29 for {set i 1} {$i <= ${NbTests}} {incr i} {
30    bopfuse result
31 }
32 #
33 # BOOLEAN OPERATION ----- FINISH
34 #
35 dchrono h stop; set CPU_time_List [dchrono h show]
36 regexp {CPU user time: ([-0-9.+eE]+) seconds} $CPU_time_List full CPU_user_time
37 puts "Finish boolean operation ..."
38 puts "CPU_user_time=${CPU_user_time}"
39 set CPU_user_time [expr ${CPU_user_time} / ${NbTests}]
40 puts "CPU_user_time=${CPU_user_time}"
41
42 checkprops result -s 3.65961e+07
43 checkshape result
44
45 # Analysis of "nbshapes res"
46 checknbshapes result -vertex 121 -edge 178 -wire 65 -face 59 -shell 3 -solid 2 -compsolid 0 -compound 1 -shape 429
47 set 2dviewer 0
48
49