1puts "========CUSTOMERS OCC BUGS======="
2puts "FUSE of OCC118-1.brep and  OCC118-2.brep"
3puts "Case is duplicate of chl 918 A2, bug OCC118 "
4puts "================================="
5
6restore [locate_data_file OCC118-1.brep] a
7restore [locate_data_file OCC118-2.brep] b
8
9bop a b
10bopfuse result
11
12checkprops result -s 4844.63
13checkview -display result -2d -otherwise { a b } -s -path ${imagedir}/${test_image}.png
14