Click or drag to resize

SweepBlend Enumeration

Blend types for creating swept surfaces

Namespace:  Rhino.Geometry
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 7.0
Syntax
public enum SweepBlend
Members
  Member nameValueDescription
Local0 The sweep stays constant at the ends and changes more rapidly in the middle.
Global1 The sweep is linearly blended from one end to the other, creating sweeps that taper from one cross-section curve to the other.
See Also