0014531: Boolean Operation Algorithm fails
[occt.git] / tests / bugs / moddata_1 / bug10604_2
CommitLineData
61c421bf 1puts "============"
2puts "OCC10604"
3puts "============"
4puts ""
5#######################################################################
6# Fuse Fails
7#######################################################################
8
9set BugNumber OCC10604
10
11puts "Load first shape ..."
12restore [locate_data_file OCC10604-1.brep] b1
13puts "Load second shape ..."
14restore [locate_data_file OCC10604-2.brep] b2
15
16puts "Prepare boolean operation ..."
17bop b1 b2
18
19puts "Start boolean operation ..."
20bopfuse result
21checkshape result
22puts "Finish boolean operation ..."
23
58cf74e0 24checkprops result -s 808.713
61c421bf 25
26# Analysis of "nbshapes res"
a4eba920 27checknbshapes result -vertex 8 -edge 15 -wire 8 -face 7 -shell 1 -solid 1 -compsolid 0 -compound 1 -shape 41
5747059b 28checkview -display result -2d -path ${imagedir}/${test_image}.png
61c421bf 29