0027531: Modeling Algorithms - Make the algorithm Approx_SameParameter more clear...
[occt.git] / tests / bugs / modalg_5 / bug24208_3
1 puts "============"
2 puts "OCC24208"
3 puts "============"
4 puts ""
5 #######################################################################
6 # Optimization of the edge-edge intersection algorithms
7 #######################################################################
8
9 restore [locate_data_file bug24673_HYDRO_occt_case_4_after.brep] b
10
11 set objs [explode b]
12 set nbObjs [llength ${objs}]
13
14 bclearobjects
15 bcleartools
16
17 for {set i 0} {$i < $nbObjs} {incr i} {
18   baddobjects [lindex ${objs} ${i}]
19 }
20
21 bfillds
22 bbuild result
23
24 checkprops result -s 87943
25 checkshape result
26
27 # Analysis of "nbshapes result"
28 checknbshapes result -vertex 54 -edge 106 -wire 31 -face 31 -shell 0 -solid 0 -compsolid 0 -compound 1 -shape 223
29 checkview -display result -2d -path ${imagedir}/${test_image}.png