Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot.Entities Namespace / Surface Class / MergeKnotsAndPwU Method

In This Topic
    MergeKnotsAndPwU Method
    In This Topic
    Joins two surfaces. Surfaces must be properly oriented and of the same degree.
    Syntax
    'Declaration
     
    Public Shared Function MergeKnotsAndPwU( _
       ByVal lower As Surface, _
       ByVal upper As Surface _
    ) As Surface
    public static Surface MergeKnotsAndPwU( 
       Surface lower,
       Surface upper
    )

    Parameters

    lower
    upper
    See Also