0026342: No materials are read from STEP
[occt.git] / tests / bugs / modalg_5 / bug24208_8
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_1_before.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 157311
25
26# Analysis of "nbshapes result"
27set nb_v_good 8
28set nb_e_good 14
29set nb_w_good 7
30set nb_f_good 7
31set nb_sh_good 0
32set nb_sol_good 0
33set nb_compsol_good 0
34set nb_compound_good 1
35set nb_shape_good 37
36
37set 2dviewer 1