mirror of
https://github.com/Open-Cascade-SAS/OCCT.git
synced 2026-05-10 17:40:24 +08: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
|