mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-04 18:06:22 +03:00
17 lines
416 B
Plaintext
Executable File
17 lines
416 B
Plaintext
Executable File
puts "========"
|
|
puts "OCC265"
|
|
puts "========"
|
|
puts ""
|
|
###############################################
|
|
##Exception while projecting hyperbola on plane.
|
|
###############################################
|
|
|
|
restore [locate_data_file OCC265-hyperbola.draw] hyperbola
|
|
restore [locate_data_file OCC265-plane.draw] plane
|
|
|
|
projonplane result hyperbola plane
|
|
|
|
checkview -display result -2d -path ${imagedir}/${test_image}.png
|
|
|
|
|