mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-03 17:56:21 +03:00
12 lines
356 B
Plaintext
12 lines
356 B
Plaintext
puts "================"
|
|
puts "CR24081"
|
|
puts "================"
|
|
puts ""
|
|
#######################################################################
|
|
# Memory corruption when projecting point on surface of revolution
|
|
#######################################################################
|
|
|
|
ellipse e 10 0 0 0 -1 0 0 0 1 5 2
|
|
revsurf s e 0 0 0 0 0 1
|
|
proj s 7.9 0 0
|