Update of tests database
[occt.git] / tests / bugs / modalg_7 / bug28119_1
1 puts "TODO OCC28119 ALL: Error: Cannot find the result of BLEND-operation. The result of BOP operation will be returned."
2
3 puts "========"
4 puts "OCC28119"
5 puts "========"
6 puts ""
7 #################################################
8 # Blend fails on fused identical but shifted tori
9 #################################################
10
11 # identical secondary radi
12
13 ptorus t1 100 10
14 ptorus t2 100 10
15 ttranslate t2 100 0 0 
16
17 bfuseblend result t1 t2 5
18
19 checkview -display result -2d -path ${imagedir}/${test_image}-2d.png
20 checkview -display result -3d -path ${imagedir}/${test_image}-3d.png