0023483: Use appropriate type for handling integer time
[occt.git] / tests / bugs / modalg / bug697_12
1 puts "============"
2 puts "OCC697"
3 puts "============"
4 puts ""
5 ######################################################
6 # Fuse operation does not work
7 ######################################################
8 ## (old topology)
9 ## (fuse)
10 ######################################################
11
12 restore [locate_data_file OCC697_2.brep] b2 
13 restore [locate_data_file OCC697_3.brep] b3 
14
15 checkshape b2
16 checkshape b3
17 if { [catch {bfuse result b3 b2} catch_result] } {
18    puts "Faulty OCC697"
19 }
20 set square 25357.5
21 set 3dviewer 1
22