1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-04-04 18:06:22 +03:00
occt/tests/bugs/modalg_5/bug25980
aml aa9d6bec4e 0025980: Wrong result obtained by projection algorithm.
Possibility of "projection failed" state to non-analytical and non-spline surfaces added.
Test-case for issue #25980
2015-04-07 18:41:53 +03:00

17 lines
384 B
Plaintext

puts "========"
puts "OCC25980"
puts "========"
puts ""
#################################################
# Wrong result obtained by projection algorithm
#################################################
restore [locate_data_file c2t.draw] c
restore [locate_data_file s1t.draw] s
set bug_info [catch {project x c s}]
if {$bug_info == 0} {
puts "ERROR: OCC25980 is reproduced."
}