1puts "========================"
2puts "OCC611"
3puts "SAM1564"
4puts "(case 1)"
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
16bfuse result a_1 a_2
17checkshape result
18
19checkprops result -s 531.197
20checkview -display result -2d -path ${imagedir}/${test_image}.png
21