mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-05 18:16:23 +03:00
13 lines
287 B
Plaintext
Executable File
13 lines
287 B
Plaintext
Executable File
puts "========="
|
|
puts "CR25248"
|
|
puts "========="
|
|
puts ""
|
|
###############################
|
|
## Curve-Surface intersection algorithm raises exception
|
|
###############################
|
|
|
|
restore [locate_data_file bug25248_c.draw] c
|
|
restore [locate_data_file bug25111_s2.draw] s
|
|
|
|
intersect i c s
|