0024122: Hang-up during a topological operation.
[occt.git] / tests / bugs / modalg_2 / bug22828
1 puts "============"
2 puts "OCC22828"
3 puts "============"
4 puts ""
5 #######################################################################
6 # Fuse on simple shapes with conical surfaces crashes
7 #######################################################################
8
9 set BugNumber OCC22828
10
11 restore [locate_data_file bug22828_shape1.brep] b1 
12 restore [locate_data_file bug22828_shape2.brep] b2 
13 catch { bfuse result b1 b2 }
14
15 set square 4029.04
16
17 set nb_v_good 11
18 set nb_e_good 15
19 set nb_w_good 12
20 set nb_f_good 9
21 set nb_sh_good 2
22 set nb_sol_good 2
23 set nb_compsol_good 0
24 set nb_compound_good 1
25 set nb_shape_good 52
26
27 set 3dviewer 1
28