mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-04 18:06:22 +03:00
12 lines
358 B
Plaintext
12 lines
358 B
Plaintext
puts "================"
|
|
puts "CR24081"
|
|
puts "================"
|
|
puts ""
|
|
#######################################################################
|
|
# Memory corruption when projecting point on surface of revolution
|
|
#######################################################################
|
|
|
|
ellipse e 2.1 0 0 0 -1 0 0 0 1 5 2
|
|
revsurf s e 0 0 0 0 0 1
|
|
proj s 0.01 0 0
|