0030386: Modeling Algorithms - Unable to perform Cut operation
[occt.git] / tests / bugs / modalg_7 / bug25478_2
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 Box001 10 10 10
12box Box002 10 10 12
13ttranslate Box002 5 5 -1
14bcut Cut Box001 Box002
15explode Cut E
16
17catch { blend Fillet002 Cut 2.5 Cut_13 2.5 Cut_17 2.5 Cut_18 } msg
18
19if { [info exist Fillet002] == 0 } {
20 puts "Error: Fillets can not touch"
21} else {
22 puts "OK: Fillets can touch"
23}
24
25checkview -display Fillet002 -2d -path ${imagedir}/${test_image}.png