0028567: Get rid of the unused DRAW commands based on old Boolean Operations (BRepAlgo)
[occt.git] / tests / bugs / modalg_1 / bug13209_4
CommitLineData
3bea4c16 1puts "============"
2puts "OCC13209"
3puts "============"
4puts ""
5#######################################################################
6# Exception is raised while performing boolean operations
7#######################################################################
8
9restore [locate_data_file OCC13209_s1.brep] b1
10restore [locate_data_file OCC13209_s2.brep] b2
11
12bop b1 b2
13boptuc result
14
58cf74e0 15checkprops result -s 3006.19
16checkshape result
a4eba920 17checknbshapes result -vertex 11 -edge 18 -wire 11 -face 11 -shell 3 -solid 3 -compsolid 0 -compound 1 -shape 58
5747059b 18checkview -display result -2d -path ${imagedir}/${test_image}.png
3bea4c16 19