mirror of
https://github.com/Open-Cascade-SAS/OCCT.git
synced 2026-05-10 09:30:48 +08: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
|