Click or drag to resize

RebuildCurveOptionsMinimumPointCount Property

The minimum point count. If the context permits ranges of point counts, then it is possible that MinimumPointCount < MaximumPointCount. Otherwise MinimumPointCount = MaximumPointCount = PointCount.

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

Property Value

Type: Int32
See Also