Surface.Gordon (IList<ICurve>, IList<ICurve>) Method

Creates a Gordon surface.
Public Shared Function Gordon( _ 
ByVal lU As IList(Of ICurve), _ 
ByVal lV As IList(Of ICurve) _ 
) As Surface
This language is not supported or no code example is available.
public static Surface Gordon( 
IList<ICurve> lU
IList<ICurve> lV 
)
This language is not supported or no code example is available.

Parameters

lU
IList<ICurve>

The list of non rational curves in the U direction

lV
IList<ICurve>

The list of non rational curves in the V direction

Return Value

Surface

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

.NET Framework

Supported in: 4.5, 4.6, 4.7

In this article

Definition