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

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

    Parameters

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

    Return Value

    The intersection failure type.
    See Also