Correction of testing case for issue 24374
[occt.git] / tests / bugs / moddata_2 / bug3721_3
1 puts "TODO OCC11111 ALL: Error : The command is not valid. The square is 0"
2
3 puts "============"
4 puts "OCC3721"
5 puts "============"
6 puts ""
7 ######################################################
8 # When using Boolean Operations exception is raised for some tolerance vals.
9 ######################################################
10 ## (new topology)
11 ## (bcommon)
12 ######################################################
13
14 restore [locate_data_file OCC3721-1.brep] b1 
15 restore [locate_data_file OCC3721-2.brep] b2 
16
17 checkshape b1
18 checkshape b2
19
20 if { [catch {bcommon result b2 b1} catch_result] } {
21    puts "Faulty OCC3721"
22 }
23
24 checkshape result
25
26 set square 0.
27 set 3dviewer 1