0026233: BRepOffset_MakeOffset makes incorrect result
[occt.git] / tests / bugs / modalg_2 / bug22109_2
CommitLineData
3bea4c16 1puts "============"
2puts "OCC22109"
3puts "============"
4puts ""
5#######################################################################
6# Boolean operation common fails. Appendix to the SALOME bug: 0021060
7#######################################################################
8
9set BugNumber OCC22109
10
11puts "Load first shape ..."
12restore [locate_data_file bug22109_Solid_24.brep] b1
13
14puts "Load second shape ..."
15restore [locate_data_file bug22109_tore.brep] b2
16
17puts "Prepare boolean operation ..."
18bop b1 b2
19
20puts "Start boolean operation ..."
21bopfuse result
22puts "Finish boolean operation ..."
23
24set square 87449.7
25
26set nb_v_good 17
27set nb_e_good 25
28set nb_w_good 14
29set nb_f_good 10
4e57c75e 30set nb_sh_good 2
3bea4c16 31set nb_sol_good 1
32set nb_compsol_good 0
33set nb_compound_good 1
4e57c75e 34set nb_shape_good 70
3bea4c16 35
36
37set 2dviewer 0