mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-04 18:06:22 +03:00
Possibility of "projection failed" state to non-analytical and non-spline surfaces added. Test-case for issue #25980
17 lines
384 B
Plaintext
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."
|
|
}
|