1puts "=================7======="
2puts "OCC611"
3puts "SAM1564"
4puts "(case 2)"
5puts "========================"
6puts ""
7############################
8## No possibility to fuse the shapes.
9############################
10
11restore [locate_data_file OCC611.brep] a
12explode a
13checkshape a_1
14checkshape a_2
15
16bop a_1 a_2
17bopfuse result
18checkshape result
19
20checkprops result -s 531.197
21checkview -display result -2d -path ${imagedir}/${test_image}.png
22