Click or drag to resize

RebuildCurveOptionsPointCountRangePermitted Property

If user interface is permitted to set a range of point counts, then PointCountRangePermitted = true and SetPointCountRange() may be used to set the range. Otherwise point count ranges are not permitted\ and user interface must use PointCount to set a single value.

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

Property Value

Type: Boolean
See Also