0031304: Configuration - TKACIS building failure due to duplicated symbol GeomFillFus...
[occt.git] / tests / bugs / modalg_7 / bug23925
CommitLineData
dfdfa61f 1puts "============"
2puts "OCC23925"
3puts "============"
4puts ""
5#######################################################################
6# BRepFeat_SplitShape produces invalid shape
7#######################################################################
8
9restore [locate_data_file bug23925_E.brep] e
10restore [locate_data_file bug23925_F.brep] f
11
12splitshape result f f e
13
14set nb_F [ llength [explode result F] ]
15
16if { ${nb_F} == 2 } {
17 puts "OK: BRepFeat_SplitShape produces good shape"
18} else {
19 puts "Error: BRepFeat_SplitShape produces invalid shape"
20}
21
22checkview -display result -2d -path ${imagedir}/${test_image}.png