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

Creates a Gordon surface.
Public Shared Function Gordon( _ 
ByVal lU As IList(Of ICurve), _ 
ByVal lV As IList(Of ICurve), _ 
ByVal intersections As Point3D(,) _ 
) As Surface
This language is not supported or no code example is available.
public static Surface Gordon( 
IList<ICurve> lU
IList<ICurve> lV
Point3D[,] intersections 
)
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

intersections
Point3D[,]

The matrix of curve intersection points

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