0025624: Visualization - selection is incorrect in perspective mode in a specific...
[occt.git] / tests / bugs / modalg_5 / bug25127
CommitLineData
5b98e25d 1puts "================"
2puts "OCC25127"
3puts "================"
4puts ""
5#######################################################################
6# Wrong result done by General Fuse algorithm
7#######################################################################
8
9restore [locate_data_file bug25127_b1.brep] b1
10restore [locate_data_file bug25127_b2.brep] b2
11
12bclearobjects
13bcleartools
14baddobjects b1
15baddtools b2
16bfillds
17bbuild result
18
19regexp {Mass +: +([-0-9.+eE]+)} [vprops result] full volume
20
21set expected_volume 620.091
22set tol_abs_volume 1.0e-3
23set tol_rel_volume 0.001
24checkreal "Volume" ${volume} ${expected_volume} ${tol_abs_volume} ${tol_rel_volume}
25
26set square 842.655
27
28set nb_v_good 4
29set nb_e_good 6
30set nb_w_good 2
31set nb_f_good 2
32set nb_sh_good 3
33set nb_sol_good 2
34set nb_compsol_good 0
35set nb_compound_good 1
36set nb_shape_good 20
37
38set 3dviewer 1