FitTolerance Property |
Refits the spline to the existing points with new tolerance values.
Signature
object.FitTolerance
object
Spline
The object or objects this property applies to.
FitTolerance
Double; read-write
The fit tolerance cannot be a negative number.
Remarks
If the fit tolerance is set to zero, then the spline will pass through all the fit points. Providing a value greater than zero allows the curve to pass through the fit points within the specified tolerance.
Comments? |