0025095: Wrong result obtained by projection algorithm
[occt.git] / tests / bugs / moddata_3 / bug24108
CommitLineData
42ff8f5b 1puts "============"
2puts "CR24108"
3puts "============"
4puts ""
5#######################################################################
6# Boolean fuse fails
7#######################################################################
8
9puts "Load first shape ..."
10restore [locate_data_file bug24108_face_411.brep] b1
11puts "Load second shape ..."
12restore [locate_data_file bug24108_face_514.brep] b2
13
14explode b1 f
15explode b2 f
16
17copy b1_1 b1
18copy b2_1 b2
19
20puts "Prepare boolean operation ..."
21bop b1 b2
22
23puts "Start boolean operation ..."
24bopfuse result
25puts "Finish boolean operation ..."
26
27set square 1328.78
28
29# Analysis of "nbshapes result"
30set nb_v_good 37
31set nb_e_good 39
32set nb_w_good 4
33set nb_f_good 3
34set nb_sh_good 1
35set nb_sol_good 0
36set nb_compsol_good 0
37set nb_compound_good 1
38set nb_shape_good 85
39
40set 3dviewer 1