mirror of
https://github.com/Open-Cascade-SAS/OCCT.git
synced 2026-05-11 01:58:22 +08: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
|