0026742: Update test cases for using checknbshapes procedure instead of global variables
[occt.git] / tests / bugs / modalg_5 / bug25106
1 puts "============"
2 puts "OCC25106"
3 puts "============"
4 puts ""
5 #######################################################################
6 # Command "splitshape" does not split attached face by attached edge
7 #######################################################################
8
9 restore [locate_data_file bug25106_bad_split4.brep] c1
10
11 explode c1
12
13 splitshape result c1_1 c1_1 c1_2
14
15 set square 100
16
17 checknbshapes result -vertex 12 -edge 16 -wire 5 -face 5 -shell 1 -solid 0 -compsolid 0 -compound 0 -shape 39
18 vinit
19 vdisplay result
20 vsetdispmode 0
21 vfit
22 set only_screen 1