0022886: Bug in Boolean
[occt.git] / tests / bugs / modalg_7 / bug25879
CommitLineData
dfdfa61f 1puts "============"
2puts "OCC25879"
3puts "============"
4puts ""
5######################################################
6# result of blend fails the bopcheck
7######################################################
8
9box Box 10 10 10
10explode Box E
11
12blend Fillet Box 1 Box_1 1 Box_2 1 Box_3 1 Box_4 1 Box_5 1 Box_6 1 Box_7 1 Box_8 1 Box_9 1 Box_10 1 Box_11 1 Box_12
13
ad8b073e 14set bug_info [string trim [bopcheck Fillet]]
15if {$bug_info != "This shape seems to be OK."} {
dfdfa61f 16 puts "Error : result of blend fails the bopcheck"
17}
18
19checkview -display Fillet -2d -path ${imagedir}/${test_image}-2d.png