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