Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot.Entities Namespace / Solid3D Class / Loft Method / Loft(ICurve[]) Method
The skinning curves

In This Topic
    Loft(ICurve[]) Method
    In This Topic
    Creates a Solid3D from skinning.
    Syntax
    'Declaration
     
    Public Overloads Shared Function Loft( _
       ByVal ParamArray curveList() As ICurve _
    ) As Solid3D
    public static Solid3D Loft( 
       params ICurve[] curveList
    )

    Parameters

    curveList
    The skinning curves

    Return Value

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