0027270: Boolean operations: incorrect assembling of sub-shapes in container shapes...
[occt.git] / tests / bugs / modalg_1 / bug13538
CommitLineData
3bea4c16 1puts "============"
2puts "OCC13538"
3puts "============"
4puts ""
5#######################################################################
6# Problem with Boolean operation on Shells
7#######################################################################
8
9box a 100 100 100
10box b 100 100 100
11ttranslate b 0 0 100
12explode a Sh
13explode b Sh
14
15bop a_1 b_1
16bopcommon result
17
1511c7e9 18checkprops result -s 20000
58cf74e0 19checkshape result
1511c7e9 20checknbshapes result -vertex 4 -edge 4 -wire 1 -face 1 -shell 2 -solid 0 -compsolid 0 -compound 1 -shape 13
3bea4c16 21set 2viewer 0
22