0025982: Wrong result obtained by General Fuse operator.
[occt.git] / tests / bugs / modalg_5 / bug23823
CommitLineData
3f4689a1 1puts "============"
2puts "OCC23823"
3puts "============"
4puts ""
5#######################################################################
6# The result of section operation contains redundant vertex.
7#######################################################################
8
9set BugNumber OCC23823
10
11restore [locate_data_file bug23823_SAS_MAT_rota.brep] b1
12restore [locate_data_file bug23823_cylindre_ext.brep] b2
13
14explode b1 f
15explode b2 f
16
17copy b1_3 b1
18copy b2_1 b2
19
20bop b1 b2
21bopsection result
22
23set nb_v_good 2
24set nb_e_good 1
25set nb_w_good 0
26set nb_f_good 0
27set nb_sh_good 0
28set nb_sol_good 0
29set nb_compsol_good 0
30set nb_compound_good 1
31set nb_shape_good 4
32
33set nb_info [nbshapes result]
34
35set 2dviewer 1