4e11dafc8350db4682dd801d0ba7fce96b1510da
[occt.git] / tests / bugs / modalg_2 / bug472_3
1 puts "TODO OCC25917 ALL: Faulty shapes in variables faulty_1 to faulty_"
2 puts "TODO OCC25917 ALL: Error :  is WRONG because number of "
3 puts "TODO OCC25917 ALL: Error : The area of result shape is "
4 puts "========================"
5 puts " OCC472 "
6 puts "(case 3)"
7 puts "========================"
8 puts ""
9 #####################################################
10 ## Bad result of Fuse Operation (Cut&Common - bad too). SAM1470 (#2634) 
11 #####################################################
12 restore [locate_data_file OCC472a.brep] b1 
13 checkshape b1
14
15 restore [locate_data_file OCC472b.brep] b2
16 checkshape b2
17
18 bfuse result b1 b2
19
20 checknbshapes result -vertex 66 -edge 107
21
22 checkprops result -s 229.516 
23 checkshape result
24 checkview -display result -2d -path ${imagedir}/${test_image}.png
25