Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot.Entities Namespace / Surface Class / SplitBy Method / SplitBy(Plane,Double,Surface[],Surface[]) Method
The plane
The tolerance
The resulting F surface splits
The resulting G surface splits

In This Topic
    SplitBy(Plane,Double,Surface[],Surface[]) Method
    In This Topic
    Splits the surface by a plane.
    Syntax
    'Declaration
     
    Public Overloads Function SplitBy( _
       ByVal pln As Plane, _
       ByVal tol As Double, _
       ByRef splitsF As Surface(), _
       ByRef splitsG As Surface() _
    ) As ssiFailureType
    public ssiFailureType SplitBy( 
       Plane pln,
       double tol,
       out Surface[] splitsF,
       out Surface[] splitsG
    )

    Parameters

    pln
    The plane
    tol
    The tolerance
    splitsF
    The resulting F surface splits
    splitsG
    The resulting G surface splits

    Return Value

    The intersection failure type.
    See Also