Share

CurveEvaluator.GetParamAtPoint Method

Parent Object: CurveEvaluator

Description

Calculates the parameter value on the curve that is equal to the specified point. The point must lie on the curve.

Syntax

CurveEvaluator.GetParamAtPoint( Points() As Double, GuessParams() As Double, MaxDeviations() As Double, Params() As Double, SolTypes() As SolutionNatureEnum )

Parameters

Name Type Description
Points Double Input/output double that specifies the points.
GuessParams Double Input array of parameter values that are an initial guess to optimize the calculation.
MaxDeviations Double Output array of Doubles that returns the maximum deviation achieved from the input points.
Params Double Input/output array of Doubles that specifies the parameters.
SolTypes SolutionNatureEnum Output that returns the nature of the solution found.

Version

Introduced in version 4

Was this information helpful?