Click or drag to resize

NurbsCurveFitParametersSetPointCountRange Method (Int32, Int32)

Set the point count range and tolerance.

Namespace:  Rhino.Geometry
Assembly:  RhinoCommon (in RhinoCommon.dll)
Syntax
public void SetPointCountRange(
	int minimum,
	int maximum
)

Parameters

minimum
Type: SystemInt32

[Missing <param name="minimum"/> documentation for "M:Rhino.Geometry.NurbsCurveFitParameters.SetPointCountRange(System.Int32,System.Int32)"]

maximum
Type: SystemInt32

[Missing <param name="maximum"/> documentation for "M:Rhino.Geometry.NurbsCurveFitParameters.SetPointCountRange(System.Int32,System.Int32)"]

See Also