0026742: Update test cases for using checknbshapes procedure instead of global variables
[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"
a4eba920 27checknbshapes result -vertex 54 -edge 106 -wire 31 -face 31 -shell 0 -solid 0 -compsolid 0 -compound 1 -shape 223
f10da91d 28set 2dviewer 1