0028248: [Regression] HLR Algo result is retrieved from the last added shape only
[occt.git] / tests / bugs / modalg_7 / bug25478_1
1 puts "TODO OCC25478 ALL: Error: Fillets can not touch"
2
3 puts "============"
4 puts "OCC25478"
5 puts "============"
6 puts ""
7 ########################
8 # Fillets can not touch
9 ########################
10
11 box Box 10 10 10
12 explode Box E
13
14 catch { blend Fillet Box 5 Box_1 5 Box_3 } msg
15
16 if { [info exist Fillet] == 0 } {
17   puts "Error: Fillets can not touch"
18 } else {
19   puts "OK: Fillets can touch"
20 }
21
22 checkview -display Fillet -2d -path ${imagedir}/${test_image}.png