1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-04-03 17:56:21 +03:00
bugmaster f70d6437bd 0025494: Wrong result obtained by projection algorithm
Calculation of last parameter of projected curve was changed for the projecting of a curve to surface of revolution, if the curve is intersected with the axis of revolution

Test case for issue CR25494
2014-11-21 16:10:52 +03:00

15 lines
382 B
Plaintext

puts "================"
puts "OCC25494"
puts "================"
puts ""
#######################################################################
# Wrong result obtained by projection algorithm
#######################################################################
restore [locate_data_file bug25494_s.draw] s
restore [locate_data_file bug25494_c.draw] c
project c2d c s
dump c2d