mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-03 17:56:21 +03:00
17 lines
476 B
Plaintext
17 lines
476 B
Plaintext
puts "================"
|
|
puts "OCC24697"
|
|
puts "================"
|
|
puts ""
|
|
#######################################################################
|
|
# Exception is raised during projection of the curve on the surface
|
|
#######################################################################
|
|
|
|
restore [locate_data_file bug24697_curve.draw] c
|
|
restore [locate_data_file bug24697_surf.draw] s
|
|
|
|
project c2d c s
|
|
|
|
smallview
|
|
fit
|
|
checkview -screenshot -2d -path ${imagedir}/${test_image}.png
|