Click or drag to resize

NurbsCurveFitParametersPointCountRangeTolerance Property

When a range of point counts is permitted and PointCountRangeTolerance greater than 0, then searching for the NURBS curve fit terminates if the separation is less than or equal to PointCountRangeTolerance.

Namespace:  Rhino.Geometry
Assembly:  RhinoCommon (in RhinoCommon.dll)
Syntax
public double PointCountRangeTolerance { get; }

Return Value

Type: Double
The desired or target separation value used when a ranged of point counts is permitted.
See Also