Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot.Entities Namespace / Surface Class / SkinU Method / SkinU(IList<ICurve>,Int32) Method
A list of NURBS curves
The degree in the U direction

In This Topic
    SkinU(IList<ICurve>,Int32) Method
    In This Topic
    Creates a surface from skinning. The skinning is performed in the U direction.
    Syntax
    'Declaration
     
    Public Overloads Shared Function SkinU( _
       ByVal curveList As IList(Of ICurve), _
       ByVal degU As Integer _
    ) As Surface
    public static Surface SkinU( 
       IList<ICurve> curveList,
       int degU
    )

    Parameters

    curveList
    A list of NURBS curves
    degU
    The degree in the U direction
    See Also