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 linear function operating on the error tolerance and distance.
The operation is the same as executing SetParameters(dMinimumValue, (dMaximumValue-dMinimumValue)/dDistance, 0, dMaximumValue);
.
For more information, see the programming manual.
ErrorToleranceFunction::SetParameters
, ErrorToleranceFunction::SetConstantError
, ErrorToleranceFunction::SetQuadraticError
CONFIDENTIAL