0025735: Wrong solid is considered as valid by checkshape
[occt.git] / tests / bugs / modalg_4 / bug697_7
1 puts "TODO OCC12345 ALL: Error : The square of result shape is"
2 puts "TODO OCC25735 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 ## (new topology)
12 ## (bopfuse)
13 ######################################################
14
15 restore [locate_data_file OCC697_2.brep] b2 
16 restore [locate_data_file OCC697_3.brep] b3 
17
18 checkshape b2
19 checkshape b3
20
21 bop b2 b3
22 if { [catch {bopfuse result} catch_result] } {
23    puts "Faulty OCC697 "
24 }
25 set square 25357.5
26 set 3dviewer 1
27