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

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

    Parameters

    curveList
    A list of curves
    degV
    The degree in the V direction
    See Also