0031407: [Regression to 7.3.0] Extrema does not process parallel circles correctly
[occt.git] / tests / bugs / modalg_7 / bug25478_1
CommitLineData
dfdfa61f 1puts "TODO OCC25478 ALL: Error: Fillets can not touch"
2
3puts "============"
4puts "OCC25478"
5puts "============"
6puts ""
7########################
8# Fillets can not touch
9########################
10
11box Box 10 10 10
12explode Box E
13
14catch { blend Fillet Box 5 Box_1 5 Box_3 } msg
15
16if { [info exist Fillet] == 0 } {
17 puts "Error: Fillets can not touch"
18} else {
19 puts "OK: Fillets can touch"
20}
21
22checkview -display Fillet -2d -path ${imagedir}/${test_image}.png