0031407: [Regression to 7.3.0] Extrema does not process parallel circles correctly
[occt.git] / tests / bugs / modalg_7 / bug28119_1
1 puts "========"
2 puts "OCC28119: Blend fails on fused identical but shifted tori"
3 puts "========"
4 puts ""
5
6 # Different result between Debian 7 and Debian 8.
7 puts "TODO ?OCC28119 ALL: Error: Cannot find the result of BLEND-operation. The result of BOP operation will be returned."
8 puts "TODO ?OCC29910 ALL: exception"
9 puts "TODO ?OCC29910 ALL: Exception"
10 puts "TODO ?OCC29910 ALL: Error: Exception in bfuseblend operation"
11
12 cpulimit 200
13
14 # identical secondary radi
15
16 ptorus t1 100 10
17 ptorus t2 100 10
18 ttranslate t2 100 0 0 
19
20 if { [ catch { bfuseblend result t1 t2 5 } catch_result ] } {
21   puts "Error: Exception in bfuseblend operation."
22 }
23
24 checkview -display result -2d -path ${imagedir}/${test_image}-2d.png
25 checkview -display result -3d -path ${imagedir}/${test_image}-3d.png