Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot.Entities Namespace / Surface Class / Ruled Method
First curve
Second curve

In This Topic
    Ruled Method (Surface)
    In This Topic
    Creates a surface connecting linearly two curves.
    Syntax
    'Declaration
     
    Public Shared Function Ruled( _
       ByVal first As ICurve, _
       ByVal second As ICurve _
    ) As Surface
    public static Surface Ruled( 
       ICurve first,
       ICurve second
    )

    Parameters

    first
    First curve
    second
    Second curve

    Return Value

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