Surface.SkinU (IList<ICurve>, Int32, Boolean) Method

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

Parameters

curveList
IList<ICurve>

A list of NURBS curves

degU
int

The degree in the U 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