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

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

    Parameters

    curveList
    The skinning curves
    degree
    The desired surface degree

    Return Value

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