0028567: Get rid of the unused DRAW commands based on old Boolean Operations (BRepAlgo)
[occt.git] / tests / bugs / modalg_1 / bug13209_2
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 bopcommon result
14
15 checkprops result -s 2990.42 
16 checkshape result
17 checknbshapes result -vertex 13 -edge 23 -wire 10 -face 10 -shell 1 -solid 1 -compsolid 0 -compound 1 -shape 59
18 checkview -display result -2d -path ${imagedir}/${test_image}.png
19
20
21
22