1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-04-04 18:06:22 +03:00
aml 4bbaf12b67 0024608: Development of methods of global optimization of multivariable function
math_GlobOptMin - new global optimization minimization algorithm
Extrema_GlobOptFuncCC, Extrema_ExtCC, Extrema_ExtCC2d - implementation of GlobOptMin algorithm to extrema curve / curve
Extrema_CurveCache - deleted as obsolete code
ChFi3d_Builder.cxx  - fixed processing of extrema
math_NewtonMinimum.cxx - fixed step to avoid incorrect behavior
Test cases modification to meet new behavior.
2014-05-15 17:51:44 +04:00

36 lines
772 B
Plaintext
Executable File

puts "================"
puts "OCC23994"
puts "================"
puts ""
#######################################################################
# GeomAPI_ExtremaCurveCurve class calculates wrong values
#######################################################################
set BugNumber CR23994
pload XDE
ReadStep D [locate_data_file bug23994_AirfoilRhomb_CalcDist_17_OP_Bell_Mouth_Roughing_shroud.stp]
XCheckProps D
XGetShape airflIntersctCrv D 0:1:1:1
XGetShape rhombIntersctCrv D 0:1:1:2
explode rhombIntersctCrv
mkcurve rhomb rhombIntersctCrv_1
explode airflIntersctCrv
mkcurve airfl airflIntersctCrv_1
extrema airfl rhomb
if { [isdraw ext_1] } {
mkedge result ext_1
set length 5.14563
} else {
puts "${BugNumber}: invalid result"
}
set 2dviewer 1