Click or drag to resize

KnotStyle Enumeration

Knot styles for NURBS curves and surfaces. If a knot vector meets the conditions of two styles, then the style with the lowest value is used.

Namespace:  Rhino.Geometry
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 7.0
Syntax
public enum KnotStyle
Members
  Member nameValueDescription
Unknown0 Unknown knot style
Uniform1 Uniform knots (ends not clamped).
QuasiUniform2 Uniform knots (clamped ends, degree >= 2).
PiecewiseBezier3 All internal knots have full multiplicity.
ClampedEnd4 Clamped end knots (with at least one interior non-uniform knot).
NonUniform5 Known to be none of the other styles
See Also