Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot.Entities Namespace / Surface Class / SplitAtU Method
The U parametric value
The lower surface
The upper surface

In This Topic
    SplitAtU Method
    In This Topic
    Splits the surface along U.
    Syntax
    'Declaration
     
    Public Sub SplitAtU( _
       ByVal u As Double, _
       ByRef sl As Surface, _
       ByRef su As Surface _
    ) 
    public void SplitAtU( 
       double u,
       out Surface sl,
       out Surface su
    )

    Parameters

    u
    The U parametric value
    sl
    The lower surface
    su
    The upper surface
    See Also