RebuildCurveOptionsMaximumPointCount Property |
The maximum 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)
Syntaxpublic int MaximumPointCount { get; }Public ReadOnly Property MaximumPointCount As Integer
Get
Property Value
Type:
Int32
See Also