Click or drag to resize

RefitTrimSectionMode Enumeration

The mode for dividing the surface into sections

Namespace:  Rhino.Geometry
Assembly:  RhinoCommon (in RhinoCommon.dll)
Syntax
public enum RefitTrimSectionMode
Members
  Member nameValueDescription
NoSections0 just output one "upper" and one "lower" surface
DivideAtInputKnots1 divide into sections at each of the input surface's existing knots
DivideAtAddedKnots2 Yes, divide into sections at each of the "nKnot" added knot values
DivideAtAllKnots3 Yes, divide into sections at ALL knot values (i.e. both 1 and 2)
See Also