0031304: Configuration - TKACIS building failure due to duplicated symbol GeomFillFus...
[occt.git] / tests / bugs / modalg_2 / bug22801
CommitLineData
809eca9d 1puts "============"
2puts "OCC22801"
3puts "============"
4puts ""
5#######################################################################
6# Boolean operations algorithm fails on two customer's shapes
7#######################################################################
8
9set BugNumber OCC22801
10
11puts "Load first shape ..."
12restore [locate_data_file OCC22801-first_shape.brep] b1
13
14puts "Load second shape ..."
15restore [locate_data_file OCC22801-second_shape.brep] b2
16
17puts "Prepare boolean operation ..."
18bop b1 b2
19
20puts "Start boolean operation ..."
21bopcut result
22puts "Finish boolean operation ..."
23
58cf74e0 24checkprops result -s 287634
25checkshape result
809eca9d 26
a4eba920 27checknbshapes result -vertex 55 -edge 97 -wire 44 -face 44 -shell 1 -solid 1 -compsolid 0 -compound 1 -shape 243
5747059b 28checkview -display result -3d -path ${imagedir}/${test_image}.png