mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-03 17:56:21 +03:00
13 lines
385 B
Plaintext
13 lines
385 B
Plaintext
puts "================"
|
|
puts "OCC25504"
|
|
puts "================"
|
|
puts ""
|
|
#######################################################################
|
|
# Exception raised during projection curve on surface
|
|
#######################################################################
|
|
|
|
restore [locate_data_file bug25504_surf.draw] s
|
|
restore [locate_data_file bug25504_curve.draw] c
|
|
|
|
project c2d c s
|