Click or drag to resize

NurbsCurveFitParametersPointCount Property

Number of distinct control points in the NURBS curve fit. If a range of point counts is possible, this is the minimum number.

Namespace:  Rhino.Geometry
Assembly:  RhinoCommon (in RhinoCommon.dll)
Syntax
public int PointCount { get; set; }

Property Value

Type: Int32
See Also