0031304: Configuration - TKACIS building failure due to duplicated symbol GeomFillFus...
[occt.git] / tests / bugs / modalg_2 / bug497_5
1 puts "========="
2 puts " OCC497 "
3 puts "(case 5)"
4 puts "========="
5 puts ""
6 ########################################################
7 ## Result of cut and fuse operation are faulty shapes although arguments are valid.
8 ########################################################
9
10 restore [locate_data_file OCC497i.brep] a_1 
11 checkshape a_1
12
13 restore [locate_data_file OCC497j.brep] a_2
14 checkshape a_2
15
16 if [catch {bfuse result a_1 a_2 } catch_result] {
17     puts "Faulty OCC497:function FUSE works wrongly "
18 } else {
19     puts "OCC497 : function FUSE works without hangs up "
20 }
21 checkprops result -s 3233.5
22 checkshape result
23 checkview -display result -2d -path ${imagedir}/${test_image}.png