0029807: [Regression to 7.0.0] Impossible to cut cone from prism
[occt.git] / tests / bugs / modalg_5 / bug25232_3
1 puts "============"
2 puts "OCC25232"
3 puts "============"
4 puts ""
5 #########################################################################
6 # Functionality to create solids from set of shapes
7 #########################################################################
8
9 box b1 10 10 10
10 sphere s 5 5 5 3
11 mkface b2 s
12 vertex b3 5 5 5
13 mkvolume result b1 b2 b3 -ni
14 # 2 solids created
15
16 checkprops result -s 826.195 
17 checkshape result
18
19 checknbshapes result -vertex 11 -edge 15 -wire 7 -face 7 -shell 3 -solid 2 -compsolid 0 -compound 1 -shape 46
20 checkview -display result -2d -path ${imagedir}/${test_image}.png