0014531: Boolean Operation Algorithm fails
[occt.git] / tests / bugs / modalg_2 / bug22828
1 puts "============"
2 puts "OCC22828"
3 puts "============"
4 puts ""
5 #######################################################################
6 # Fuse on simple shapes with conical surfaces crashes
7 #######################################################################
8
9 set BugNumber OCC22828
10
11 restore [locate_data_file bug22828_shape1.brep] b1 
12 restore [locate_data_file bug22828_shape2.brep] b2 
13 catch { bfuse result b1 b2 }
14
15 checkprops result -s 4029.04 
16 checkshape result
17
18 checknbshapes result -vertex 11 -edge 15 -wire 12 -face 9 -shell 2 -solid 2 -compsolid 0 -compound 1 -shape 52
19 checkview -display result -3d -path ${imagedir}/${test_image}.png