GSurface.Gordon (IList<IGCurve>, IList<IGCurve>, Point3D(,)) Method

Creates a Gordon gSurface.
Public Shared Function Gordon( _ 
ByVal lU As IList(Of IGCurve), _ 
ByVal lV As IList(Of IGCurve), _ 
ByVal intersections As Point3D(,) _ 
) As GSurface
This language is not supported or no code example is available.
public static GSurface Gordon( 
IList<IGCurve> lU
IList<IGCurve> lV
Point3D[,] intersections 
)
This language is not supported or no code example is available.

Parameters

lU
IList<IGCurve>

The list of non rational curves in the U direction

lV
IList<IGCurve>

The list of non rational curves in the V direction

intersections
Point3D[,]

The matrix of curve intersection points

Return Value

GSurface

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

.NET Framework

Supported in: 4.7.2

In this article

Definition