RebuildCurveOptionsPointCount Property |
Always sets the number of control points in the rebuilt curve.
If PointCountRangePermitted is true or the minimum and maximum point counts are equal, that value is returned.
Otherwise 0 is returned and you must use MinimumPointCount and MaximumPointCount to get the point count range.
Put another way, when 0 is returned, a range of point counts has been specified and
you must use MinimumPointCount and MaximumPointCount to get the point count range.
Namespace:
Rhino.Geometry
Assembly:
RhinoCommon (in RhinoCommon.dll)
Syntaxpublic int PointCount { get; set; }Public Property PointCount As Integer
Get
Set
Property Value
Type:
Int32
See Also