mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-08-04 13:13:25 +03:00
0025248: Curve-Surface intersection algorithm raises exception
All necessary comments are into the program code. Test case for issue CR25248
This commit is contained in:
12
tests/bugs/modalg_5/bug25248
Executable file
12
tests/bugs/modalg_5/bug25248
Executable file
@@ -0,0 +1,12 @@
|
||||
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
|
Reference in New Issue
Block a user