Eyeshot 10 WPF API Reference
Loft(IList<ICurve>) Method

WPF Assembly > devDept.Eyeshot.Entities Namespace > Surface Class > Loft Method : Loft(IList<ICurve>) Method
The skinning curves
Creates a surface from skinning.
Syntax
'Declaration
 
Public Overloads Shared Function Loft( _
   ByVal curveList As IList(Of ICurve) _
) As Surface()
public static Surface[] Loft( 
   IList<ICurve> curveList
)

Parameters

curveList
The skinning curves

Return Value

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

Reference

Surface Class
Surface Members
Overload List