Surface.SkinV (IList<ICurve>, Int32) Method

Creates a surface from skinning. The skinning is performed in the V direction.
Public Shared Function SkinV( _ 
ByVal curveList As IList(Of ICurve), _ 
ByVal degV As Integer
) As Surface
This language is not supported or no code example is available.
public static Surface SkinV( 
IList<ICurve> curveList
int degV 
)
This language is not supported or no code example is available.

Parameters

curveList
IList<ICurve>

A list of curves

degV
int

The degree in the V direction

Return Value

Surface

.NET Framework

Supported in: 4.5, 4.6, 4.7

In this article

Definition