mirror of
https://github.com/Open-Cascade-SAS/OCCT.git
synced 2026-08-01 11:34:54 +08:00
fc0180e5f3
Fixed computation of number of analytic intersection points. Test case for issue CR25810
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
|