0026938: Boolean operations fail between two ellipsoids
[occt.git] / tests / bugs / modalg_1 / bug13211_10
CommitLineData
3bea4c16 1puts "============"
2puts "OCC13211"
3puts "============"
4puts ""
5#######################################################################
6# Wrong treatment of conical faces in BOP algorithm
7#######################################################################
8
9restore [locate_data_file OCC13209_s1.brep] s1
10restore [locate_data_file OCC13209_s2.brep] s2
11
12bop s1 s2
13boptuc result
14
58cf74e0 15checkprops result -s 3006.19
16checkshape result
a4eba920 17checknbshapes result -vertex 11 -edge 18 -wire 11 -face 11 -shell 3 -solid 3 -compsolid 0 -compound 1 -shape 58
5747059b 18checkview -display result -2d -path ${imagedir}/${test_image}.png
3bea4c16 19