0026938: Boolean operations fail between two ellipsoids
[occt.git] / tests / bugs / modalg_1 / bug12257
CommitLineData
61c421bf 1puts "============"
2puts "OCC12257"
3puts "============"
4puts ""
5#######################################################################
6# Fuse operation fails
7#######################################################################
8
9set BugNumber OCC12257
10
11puts "Load shape ..."
12restore [locate_data_file OCC12257.brep] b1
13
14explode b1
15
16puts "Prepare boolean operation ..."
17bop b1_1 b1_2
18
19puts "Start boolean operation ..."
20bopfuse result
21puts "Finish boolean operation ..."
22
58cf74e0 23checkprops result -s 3394.17
24checkshape result
61c421bf 25
26# Analysis of "nbshapes res"
a4eba920 27checknbshapes result -vertex 72 -edge 109 -wire 39 -face 39 -shell 1 -solid 1 -compsolid 0 -compound 1 -shape 262
5747059b 28checkview -display result -2d -path ${imagedir}/${test_image}.png
61c421bf 29