mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-03 17:56:21 +03:00
19 lines
386 B
Plaintext
19 lines
386 B
Plaintext
puts "========="
|
|
puts "CR23699"
|
|
puts "========="
|
|
puts ""
|
|
###############################
|
|
## Exception raised during intersection between two surfaces
|
|
###############################
|
|
|
|
restore [locate_data_file bug23699_Compound_sigsegv.brep] b1
|
|
|
|
explode b1 f
|
|
|
|
mksurface s1 b1_1
|
|
mksurface s2 b1_2
|
|
|
|
intersect result s1 s2
|
|
|
|
checkview -display result -2d -path ${imagedir}/${test_image}.png
|