mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-03 17:56:21 +03:00
16 lines
383 B
Plaintext
16 lines
383 B
Plaintext
puts "============"
|
|
puts "OCC25810"
|
|
puts "============"
|
|
puts ""
|
|
#######################################################################
|
|
# Exception in extrema operation.
|
|
#######################################################################
|
|
|
|
restore [locate_data_file bug25810_e1.brep] b1
|
|
restore [locate_data_file bug25810_f1.brep] b2
|
|
|
|
mkcurve c1 b1
|
|
mksurface s2 b2
|
|
|
|
extrema c1 s2
|