0029528: Visualization, TKOpenGl - allow defining sRGB textures
[occt.git] / tests / bugs / modalg_2 / bug472_3
1 puts "========================"
2 puts " OCC472 "
3 puts "(case 3)"
4 puts "========================"
5 puts ""
6 #####################################################
7 ## Bad result of Fuse Operation (Cut&Common - bad too). SAM1470 (#2634) 
8 #####################################################
9 restore [locate_data_file OCC472a.brep] b1 
10 checkshape b1
11
12 restore [locate_data_file OCC472b.brep] b2
13 checkshape b2
14
15 bfuse result b1 b2
16
17 checknbshapes result -shell 1 -solid 1
18
19 checkprops result -v -111.22 -s 229.516 
20 checkshape result
21 checkview -display result -2d -path ${imagedir}/${test_image}.png
22