0025106: Command "splitshape" does not split attached face by attached edge
[occt.git] / tests / bugs / modalg_5 / bug24208_10
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_4_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
59495dbe 24set square 80532.3
f10da91d 25
26# Analysis of "nbshapes result"
27set nb_v_good 54
28set nb_e_good 106
29set nb_w_good 31
30set nb_f_good 31
31set nb_sh_good 0
32set nb_sol_good 0
33set nb_compsol_good 0
34set nb_compound_good 1
35set nb_shape_good 223
36
37set 2dviewer 1