0028567: Get rid of the unused DRAW commands based on old Boolean Operations (BRepAlgo)
[occt.git] / tests / bugs / modalg_1 / bug13116_3
CommitLineData
3bea4c16 1puts "============"
2puts "OCC13116"
3puts "============"
4puts ""
5#######################################################################
6# Boolean Operations produce faulty shape
7#######################################################################
8
9restore [locate_data_file OCC13116_sh1.brep] b1
10restore [locate_data_file OCC13116_sh2.brep] b2
11
12bop b1 b2
13bopcut result
14
58cf74e0 15checkprops result -s 438194
16checkshape result
a4eba920 17checknbshapes result -vertex 21 -edge 34 -wire 15 -face 15 -shell 2 -solid 1 -compsolid 0 -compound 1 -shape 89
5747059b 18checkview -display result -2d -path ${imagedir}/${test_image}.png
3bea4c16 19