Surface.Loft (IList<ICurve>) Method

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

Parameters

curveList
IList<ICurve>

The skinning curves

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