Rhino 5 for Windows
Specifies enumerated constants for all supported loft types.
Namespace: Rhino.GeometryAssembly: RhinoCommon (in RhinoCommon.dll) Version: 5.1.30000.17 (5.13.60913.21340)
SyntaxPublic Enumeration LoftType
Members
| 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.
|
See Also