Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot.Entities Namespace / Surface Class / Split Method / Split(IList<Surface>,Surface,Double,Surface[],Surface[]) Method
The surface group
The surface
The tolerance
F surface split list
G surface split list

In This Topic
    Split(IList<Surface>,Surface,Double,Surface[],Surface[]) Method
    In This Topic
    Splits a surface group by a surface.
    Syntax
    'Declaration
     
    Public Overloads Shared Function Split( _
       ByVal listF As IList(Of Surface), _
       ByVal G As Surface, _
       ByVal tol As Double, _
       ByRef splitF As Surface(), _
       ByRef splitG As Surface() _
    ) As ssiFailureType
    public static ssiFailureType Split( 
       IList<Surface> listF,
       Surface G,
       double tol,
       out Surface[] splitF,
       out Surface[] splitG
    )

    Parameters

    listF
    The surface group
    G
    The surface
    tol
    The tolerance
    splitF
    F surface split list
    splitG
    G surface split list

    Return Value

    The intersection failure type.
    See Also