mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-04 18:06:22 +03:00
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
15 lines
382 B
Plaintext
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
|