Click or drag to resize

CurveKnotStyle Enumeration

Defines enumerated values for knot spacing styles in interpolated curves.

Namespace:  Rhino.Geometry
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 5.0
Syntax
public enum CurveKnotStyle
Members
  Member nameValueDescription
Uniform0 Parameter spacing between consecutive knots is 1.0.
Chord1 Chord length spacing, requires degree=3 with CV1 and CVn1 specified.
ChordSquareRoot2 Square root of chord length, requires degree=3 with CV1 and CVn1 specified.
UniformPeriodic3 Periodic with uniform spacing.
ChordPeriodic4 Periodic with chord length spacing.
ChordSquareRootPeriodic5 Periodic with square root of chord length spacing.
See Also