a4ca44f48c6951fbc6ee337307f12e3f84556f1e
[occt.git] / tests / bugs / modalg_4 / bug697_2
1 puts "TODO OCC25829 ALL: Error : The square of result shape is"
2 puts "TODO OCC25829 Linux: 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 set square 25357.5
31 set 2dviewer 0
32