0029351: Boolean Operations create invalid pcurves
[occt.git] / tests / bugs / modalg_2 / bug22409_1
CommitLineData
3bea4c16 1puts "============"
2puts "OCC22409"
3puts "============"
4puts ""
5#######################################################################
6# Boolean operation cut fails. Appendix to the SALOME bug: 0019957
7#######################################################################
8
9set BugNumber OCC22409
10
11puts "Load first shape ..."
12restore [locate_data_file bug22409_Defaut1.brep] b1
13
14puts "Load second shape ..."
15restore [locate_data_file bug22409_Solid_7.brep] b2
16
17puts "Prepare boolean operation ..."
18bop b1 b2
19
20puts "Start boolean operation ..."
21bopcommon result
22puts "Finish boolean operation ..."
23
58cf74e0 24checkprops result -s 14969
25checkshape result
3bea4c16 26
a4eba920 27checknbshapes result -vertex 6 -edge 9 -wire 5 -face 5 -shell 1 -solid 1 -compsolid 0 -compound 1 -shape 28
3bea4c16 28
5747059b 29checkview -display result -2d -path ${imagedir}/${test_image}.png