0026742: Update test cases for using checknbshapes procedure instead of global variables
[occt.git] / tests / bugs / heal / bug24105_1
1 puts "================"
2 puts "OCC24105"
3 puts "================"
4 puts ""
5 ######################################################################################
6 # ShapeFix algorithm produces not correct result
7 # 1. geom/imps7/H6
8 ######################################################################################
9
10 catch {pload XDE}
11
12 restore [locate_data_file bug24105_shape.brep] s
13
14 settolerance s 1.e-7
15
16 fixshape result s
17
18 set square 313292
19
20 checknbshapes result -vertex 12 -edge 20 -wire 9 -face 9 -shell 1 -solid 1 -compsolid 0 -compound 0 -shape 52
21 set 2dviewer 1