0014531: Boolean Operation Algorithm fails
[occt.git] / tests / bugs / modalg_1 / buc60801
CommitLineData
0e94a94e 1
2puts "========================"
3puts "BUC60801"
4puts "========================"
5
6box b -10 -10 -10 30 40 40
7box a1 -20 0 -20 20 20 100
8box a2 0 20 -20 50 20 100
9box c -20 -20 20 100 100 100
10bcut r1 b a1
11bcut r2 r1 a2
12bcut r3 r2 c
13checkshape r3
14
15renamevar r3 result
16
58cf74e0 17checkprops result -s 6400
18checkshape result
5747059b 19checkview -display result -2d -path ${imagedir}/${test_image}.png
0e94a94e 20