Name | Description | |
---|---|---|
in | dMinimumValue | Specifies the minimum error tolerance. |
in | dMaximumValue | Specifies the maximum error tolerance. |
in | dDistance | Specifies the distance at which the maximum error tolerance is reached. |
false
and signals SYSTEMERROR_OBJDUP_INVALID_PARAMETER
if the value of dDistance is negative or dMinimumValue is greater than dMaximumValue. Sets parameters used to determine the error tolerance using a quadratic (non-linear) function operating on the error tolerance and distance.
The operation is the same as executing SetParameters(dMinimumValue, 0, (dMaximumValue-dMinimumValue)/(dDistance*dDistance), dMaximumValue);
.
For more information, see the programming manual.
ErrorToleranceFunction::SetParameters
, ErrorToleranceFunction::SetConstantError
, ErrorToleranceFunction::SetLinearError
CONFIDENTIAL