Correction of testing case for issue 24374
[occt.git] / tests / bugs / modalg_1 / bug12507
CommitLineData
3bea4c16 1puts "============"
2puts "OCC12507"
3puts "============"
4puts ""
5#######################################################################
6# Wrong result of fuse operation
7#######################################################################
8
9puts "First shape ..."
10pcylinder c 3 3
11explode c e
12
13puts "Second shape ..."
14tcopy c_3 e3
15ttranslate e3 0 6 0
16
17bop c_3 e3
18bopfuse result
19
20set nb_v_good 3
21set nb_e_good 4
22set nb_w_good 1
23set nb_f_good 0
24set nb_sh_good 0
25set nb_sol_good 0
26set nb_compsol_good 0
27set nb_compound_good 1
28set nb_shape_good 9
29
30set 2dviewer 0