Surface.SkinV (IList<ICurve>, Int32, Boolean) 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, _ 
ByVal splitAtCorners As Boolean
) As Surface
This language is not supported or no code example is available.
public static Surface SkinV( 
IList<ICurve> curveList
int degV
bool splitAtCorners 
)
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

splitAtCorners
bool

If True, it splits the curves at corner points. It is useful when the sections are Composite Curves with similar shape, and you want to line up the corners (and curve segments) in the resulting surface.

Return Value

Surface

.NET Framework

Supported in: 4.5, 4.6, 4.7

In this article

Definition