Brep.Loft (ICurve()) Method

Creates a Brep from skinning.
Public Shared Function Loft( _ 
ByVal ParamArray curveList As ICurve() _ 
) As Brep
This language is not supported or no code example is available.
public static Brep Loft( 
params ICurve[] curveList 
)
This language is not supported or no code example is available.

Parameters

curveList
ICurve[]

The skinning curves

Return Value

Brep

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

.NET Framework

Supported in: 4.5, 4.6, 4.7

In this article

Definition