Adding of testing cases from subgroups 937 940 and 941 of CHL group
[occt.git] / tests / bugs / modalg_2 / bug20285_9
1 puts "TODO OCC11111 ALL: Error : The square of result shape is"
2 puts "TODO OCC11111 ALL: Error : Result shape is WRONG"
3
4 puts "============"
5 puts "OCC20285"
6 puts "============"
7 puts ""
8 #######################################################################
9 # SIGFPE Arithmetic exception on MakeCut Appendix for IPAL20277
10 #######################################################################
11
12 set BugNumber OCC20285
13
14 puts "Load first shape ..."
15 restore [locate_data_file OCC20285-main.brep] a1 
16 explode a1
17 renamevar a1_6 b1
18
19 puts "Load second shape ..."
20 restore [locate_data_file OCC20285-tool.brep] b2 
21
22 puts "Prepare boolean operation ..."
23 bop b1 b2
24
25 puts "Start boolean operation ..."
26 bopcut result
27 puts "Finish boolean operation ..."
28
29 set square 92859.7
30
31 set nb_v_good 13
32 set nb_e_good 19
33 set nb_w_good 8
34 set nb_f_good 8
35 set nb_sh_good 1
36 set nb_sol_good 1
37 set nb_compsol_good 0
38 set nb_compound_good 1
39 set nb_shape_good 51
40
41
42 set 2dviewer 0