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