Adding of testing cases from subgroups 937 940 and 941 of CHL group
[occt.git] / tests / bugs / modalg_2 / bug22801
1 puts "============"
2 puts "OCC22801"
3 puts "============"
4 puts ""
5 #######################################################################
6 # Boolean operations algorithm fails on two customer's shapes
7 #######################################################################
8
9 set BugNumber OCC22801
10
11 puts "Load first shape ..."
12 restore [locate_data_file OCC22801-first_shape.brep] b1 
13
14 puts "Load second shape ..."
15 restore [locate_data_file OCC22801-second_shape.brep] b2 
16
17 puts "Prepare boolean operation ..."
18 bop b1 b2
19
20 puts "Start boolean operation ..."
21 bopcut result
22 puts "Finish boolean operation ..."
23
24 set square 287634
25
26 set nb_v_good 55
27 set nb_e_good 97
28 set nb_w_good 44
29 set nb_f_good 44
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 243
35
36 set 3dviewer 1