0026938: Boolean operations fail between two ellipsoids
[occt.git] / tests / bugs / modalg_1 / bug11565_2
CommitLineData
3bea4c16 1puts "============"
2puts "OCC11565"
3puts "============"
4puts ""
5#######################################################################
6# Boolean operation "Cut" in 2d cannot cut the hole from the rectangle
7#######################################################################
8
9restore [locate_data_file OCC11565.brep] a
10explode a
11
12bop a_1 a_3
13bopcut result
14
58cf74e0 15checkprops result -s 28.6438
16checkshape result
a4eba920 17checknbshapes result -vertex 12 -edge 12 -wire 2 -face 1 -shell 0 -solid 0 -compsolid 0 -compound 1 -shape 28
5747059b 18checkview -display result -2d -path ${imagedir}/${test_image}.png
3bea4c16 19