0031304: Configuration - TKACIS building failure due to duplicated symbol GeomFillFus...
[occt.git] / tests / bugs / modalg_2 / bug22557
1 puts "============"
2 puts "OCC22557"
3 puts "============"
4 puts ""
5 #######################################################################
6 # Bad result of the Cut operation (for CAS63-sp12-*)
7 #######################################################################
8
9 set BugNumber OCC22557
10
11 puts "Load first shape ..."
12 restore [locate_data_file bug22557_Bloc_racine_70deg.brep] b1 
13
14 puts "Load second shape ..."
15 restore [locate_data_file bug22557_PaveEntree.brep] b2 
16
17 puts "Prepare boolean operation ..."
18 bop b1 b2
19
20 puts "Start boolean operation ..."
21 bopcut result
22 puts "Finish boolean operation ..."
23
24 checkprops result -s 0.172994 
25 checkshape result
26
27 checknbshapes result -vertex 192 -edge 288 -wire 98 -face 98 -shell 1 -solid 1 -compsolid 0 -compound 1 -shape 679
28
29 checkview -display result -2d -path ${imagedir}/${test_image}.png