T_Rhino_Geometry_LoftType - mcneel/rhinocommon-api-docs GitHub Wiki
Specifies enumerated constants for all supported loft types.
Namespace: Rhino.Geometry
Assembly: RhinoCommon (in RhinoCommon.dll) Version: Rhino 6.0
C#
public enum LoftType
VB
Public Enumeration LoftType
Member name | Value | Description | |
---|---|---|---|
Normal | 0 | Uses chord-length parameterization in the loft direction. | |
Loose | 1 | The surface is allowed to move away from the original curves to make a smoother surface. The surface control points are created at the same locations as the control points of the loft input curves. | |
Tight | 2 | The surface sticks closely to the original curves. Uses square root of chord-length parameterization in the loft direction. | |
Straight | 3 | The sections between the curves are straight. This is also known as a ruled surface. | |
Developable | 4 | Constructs a separate developable surface or polysurface from each pair of curves. | |
Uniform | 5 | Constructs a uniform loft. The object knot vectors will be uniform. |
Supported in: 6.0.16224.21491, 5D58w