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

Creates a surface from skinning.
Public Shared Function Loft( _ 
ByVal curveList As IList(Of ICurve), _ 
ByVal degree As Integer
) As Surface()
This language is not supported or no code example is available.
public static Surface[] Loft( 
IList<ICurve> curveList
int degree 
)
This language is not supported or no code example is available.

Parameters

curveList
IList<ICurve>

The skinning curves

degree
int

The desired surface degree

Return Value

Surface[]

The resulting surface array if the operation succeeds, null/Nothing otherwise.

.NET Framework

Supported in: 4.5, 4.6, 4.7

In this article

Definition