0028567: Get rid of the unused DRAW commands based on old Boolean Operations (BRepAlgo)
[occt.git] / tests / bugs / modalg_1 / bug14777
1 puts "============"
2 puts "OCC14777"
3 puts "============"
4 puts ""
5 #######################################################################
6 # Boolean Operation Algorithm failed
7 #######################################################################
8
9 restore [locate_data_file OCC14777-s1.brep] s1
10 restore [locate_data_file OCC14777-s2.brep] s2
11
12 bop s1 s2
13 bopcut result
14
15 checkprops result -s 10653.3 
16 checkshape result
17 checknbshapes result -vertex 6 -edge 9 -wire 5 -face 5 -shell 1 -solid 1 -compsolid 0 -compound 1 -shape 28
18 checkview -display result -2d -path ${imagedir}/${test_image}.png
19