b00d8b3fe393cb2e2bfb4fe54c66c9c12ece2b9e
[occt.git] / tests / bugs / modalg_4 / bug697_2
1 puts "TODO OCC25829 ALL: Error : The area of result shape is"
2 puts "TODO OCC25829 ALL: Faulty shapes in variables faulty_1 to"
3
4 puts "============"
5 puts "OCC697"
6 puts "============"
7 puts ""
8 ######################################################
9 # Fuse operation does not work
10 ######################################################
11 ## (old topology)
12 ## (fuse)
13 ######################################################
14
15 puts "#"
16 puts "Non stable test case on Linux. MKV. 28.04.2010"
17 puts "#"
18
19 restore [locate_data_file OCC697_2.brep] b2 
20 restore [locate_data_file OCC697_3.brep] b3 
21
22 checkshape b2
23 checkshape b3
24 ##############################################
25 if { [catch {bfuse result b2 b3} catch_result] } {
26 ##############################################
27    puts "Faulty : an exception was caught"
28 }
29
30 checkprops result -s 25357.5 
31 checkshape result
32 checkview -display result -2d -path ${imagedir}/${test_image}.png
33