Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot.Entities Namespace / Surface Class / Loft Method / Loft(IList<ICurve>) Method
The skinning curves

In This Topic
    Loft(IList<ICurve>) Method
    In This Topic
    Creates a surface from skinning.
    Syntax
    'Declaration
     
    Public Overloads Shared Function Loft( _
       ByVal curveList As IList(Of ICurve) _
    ) As Surface()
    public static Surface[] Loft( 
       IList<ICurve> curveList
    )

    Parameters

    curveList
    The skinning curves

    Return Value

    The resulting surface array if the operation succeeds, null/Nothing otherwise.
    See Also