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

In This Topic
    Gordon(IList<ICurve>,IList<ICurve>) 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) _
    ) As Surface
    public static Surface Gordon( 
       IList<ICurve> lU,
       IList<ICurve> lV
    )

    Parameters

    lU
    The list of non rational curves in the U direction
    lV
    The list of non rational curves in the V direction

    Return Value

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