0027481: [Regression to OCCT 6.6.0] Modeling Algorithms - incorrect CUT on two solids
[occt.git] / tests / bugs / modalg_2 / bug22790
CommitLineData
809eca9d 1puts "============"
2puts "OCC22790"
3puts "============"
4puts ""
5#######################################################################
6# Boolean opeation Fuse fails.
7#######################################################################
8
9set BugNumber OCC22790
10
11puts "Load shape ..."
12restore [locate_data_file OCC22790-cx.brep] b
13
14explode b
15copy b_1 b1
16copy b_3 b2
17
18bop b1 b2
19
20bopfuse result
21
58cf74e0 22checkprops result -s 1.21408e+09
23checkshape result
809eca9d 24
a4eba920 25checknbshapes result -vertex 11 -edge 12 -wire 4 -face 2 -shell 0 -solid 0 -compsolid 0 -compound 1 -shape 30
5747059b 26checkview -display result -3d -path ${imagedir}/${test_image}.png