Click or drag to resize

RefitTrimKnotMode Enumeration

The mode for adding kinots to the surface for fitting

Namespace:  Rhino.Geometry
Assembly:  RhinoCommon (in RhinoCommon.dll)
Syntax
public enum RefitTrimKnotMode
Members
  Member nameValueDescription
None0 No knots are added
UniformEntireSurface1 The entire surface is fit using uniform spacing with the specified number of knots
UniformPerSpan2 Each existing span is uniformly spaced with the specified number of knots
Custom3 The provided knot vector will be used
See Also