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