0014531: Boolean Operation Algorithm fails
[occt.git] / tests / bugs / modalg_5 / bug25232_2
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 explode b1 f
11 box b2 4 4 4 2 2 2
12 explode b2 w
13 mkvolume result b1_1 b1_2 b1_3 b1_4 b1_5 b1_6 b2_1 b2_2 b2_3 b2_4 b2_5 b2_6 -ni
14 # 1 solid created
15
16 checkprops result -s 600 
17 checkshape result
18
19 checknbshapes result -vertex 16 -edge 24 -wire 6 -face 6 -shell 1 -solid 1 -compsolid 0 -compound 0 -shape 54
20 checkview -display result -2d -path ${imagedir}/${test_image}.png