0025624: Visualization - selection is incorrect in perspective mode in a specific...
[occt.git] / tests / bugs / modalg_5 / bug24208_5
CommitLineData
f10da91d 1puts "============"
2puts "OCC24208"
3puts "============"
4puts ""
5#######################################################################
6# Optimization of the edge-edge intersection algorithms
7#######################################################################
8
9restore [locate_data_file bug24673_HYDRO_occt_case_6_after.brep] b
10
11set objs [explode b]
12set nbObjs [llength ${objs}]
13
14bclearobjects
15bcleartools
16
17for {set i 0} {$i < $nbObjs} {incr i} {
18 baddobjects [lindex ${objs} ${i}]
19}
20
21bfillds
22bbuild result
23
24set square 159918
25
26# Analysis of "nbshapes result"
27set nb_v_good 38
28set nb_e_good 74
29set nb_w_good 20
30set nb_f_good 20
31set nb_sh_good 0
32set nb_sol_good 0
33set nb_compsol_good 0
34set nb_compound_good 1
35set nb_shape_good 153
36
37set 2dviewer 1