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