0027531: Modeling Algorithms - Make the algorithm Approx_SameParameter more clear...
[occt.git] / tests / bugs / modalg_5 / bug25232_1
CommitLineData
92ae0f2f 1puts "============"
2puts "OCC25232"
3puts "============"
4puts ""
5#########################################################################
6# Functionality to create solids from set of shapes
7#########################################################################
8
9box b1 10 10 10
10box b2 4 9 4 2 2 2
11explode b2 w
12sphere s 5 5 5 5
13mkface f s
14mkvolume result b1 f b2_1
15# 2 solids created
16
58cf74e0 17checkprops result -s 1228.32
18checkshape result
92ae0f2f 19
a4eba920 20checknbshapes result -vertex 20 -edge 21 -wire 7 -face 7 -shell 3 -solid 2 -compsolid 0 -compound 1 -shape 61
5747059b 21checkview -display result -2d -path ${imagedir}/${test_image}.png