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