Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot.Entities Namespace / Surface Class / Gordon Method / Gordon(IList<ICurve>,IList<ICurve>,Point3D[,]) Method
The list of non rational curves in the U direction
The list of non rational curves in the V direction
The matrix of curve intersection points

In This Topic
    Gordon(IList<ICurve>,IList<ICurve>,Point3D[,]) Method
    In This Topic
    Creates a Gordon surface.
    Syntax
    'Declaration
     
    Public Overloads Shared Function Gordon( _
       ByVal lU As IList(Of ICurve), _
       ByVal lV As IList(Of ICurve), _
       ByVal intersections(,) As Point3D _
    ) As Surface
    public static Surface Gordon( 
       IList<ICurve> lU,
       IList<ICurve> lV,
       Point3D[,] intersections
    )

    Parameters

    lU
    The list of non rational curves in the U direction
    lV
    The list of non rational curves in the V direction
    intersections
    The matrix of curve intersection points

    Return Value

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