Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot.Entities Namespace / Surface Class / SplitByV Method
The point used to get the V parametric value
The lower surface
The upper surface

In This Topic
    SplitByV Method
    In This Topic
    Splits the surface along V.
    Syntax
    'Declaration
     
    Public Sub SplitByV( _
       ByVal pt As Point3D, _
       ByRef sl As Surface, _
       ByRef su As Surface _
    ) 
    public void SplitByV( 
       Point3D pt,
       out Surface sl,
       out Surface su
    )

    Parameters

    pt
    The point used to get the V parametric value
    sl
    The lower surface
    su
    The upper surface
    See Also