1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-04-03 17:56:21 +03:00
occt/tests/bugs/modalg_7/bug28119_1
nbv e121dd4d58 0029910: Porting to Debian80-64 : Regressions in Modeling Algorithms
Adjusting test cases.
Creation of new test cases.
2018-08-07 17:49:52 +03:00

26 lines
776 B
Plaintext
Executable File

puts "========"
puts "OCC28119: Blend fails on fused identical but shifted tori"
puts "========"
puts ""
# Different result between Debian 7 and Debian 8.
puts "TODO ?OCC28119 ALL: Error: Cannot find the result of BLEND-operation. The result of BOP operation will be returned."
puts "TODO ?OCC29910 ALL: exception"
puts "TODO ?OCC29910 ALL: Exception"
puts "TODO ?OCC29910 ALL: Error: Exception in bfuseblend operation"
cpulimit 200
# identical secondary radi
ptorus t1 100 10
ptorus t2 100 10
ttranslate t2 100 0 0
if { [ catch { bfuseblend result t1 t2 5 } catch_result ] } {
puts "Error: Exception in bfuseblend operation."
}
checkview -display result -2d -path ${imagedir}/${test_image}-2d.png
checkview -display result -3d -path ${imagedir}/${test_image}-3d.png