0023457: Slow text rendering
[occt.git] / tests / bugs / modalg / bug12257
1 puts "============"
2 puts "OCC12257"
3 puts "============"
4 puts ""
5 #######################################################################
6 # Fuse operation fails
7 #######################################################################
8
9 set BugNumber OCC12257
10
11 puts "Load shape ..."
12 restore [locate_data_file OCC12257.brep] b1 
13
14 explode b1
15
16 puts "Prepare boolean operation ..."
17 bop b1_1 b1_2
18
19 puts "Start boolean operation ..."
20 bopfuse result
21 puts "Finish boolean operation ..."
22
23 set square 3394.17
24
25 # Analysis of "nbshapes res"
26 set nb_v_good 72
27 set nb_e_good 109
28 set nb_w_good 39
29 set nb_f_good 39
30 set nb_sh_good 1
31 set nb_sol_good 1
32 set nb_compsol_good 0
33 set nb_compound_good 1
34 set nb_shape_good 262
35
36 set 2dviewer 1
37