Surface.SkinU (IList<ICurve>, Int32) 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
) As Surface
This language is not supported or no code example is available.
public static Surface SkinU( 
IList<ICurve> curveList
int degU 
)
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

Return Value

Surface

.NET Framework

Supported in: 4.5, 4.6, 4.7

In this article

Definition