Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot.Entities Namespace / Surface Class / Trim Method / Trim(IList<Surface>,Plane,Double,Boolean) Method
The surface group
The plane
The tolerance
Reverse flag array for the first surface group

In This Topic
    Trim(IList<Surface>,Plane,Double,Boolean) Method
    In This Topic
    Trims a surface group by a plane.
    Syntax
    'Declaration
     
    Public Overloads Shared Function Trim( _
       ByVal listF As IList(Of Surface), _
       ByVal pln As Plane, _
       ByVal tol As Double, _
       ByVal flipSideF As Boolean _
    ) As ssiFailureType
    public static ssiFailureType Trim( 
       IList<Surface> listF,
       Plane pln,
       double tol,
       bool flipSideF
    )

    Parameters

    listF
    The surface group
    pln
    The plane
    tol
    The tolerance
    flipSideF
    Reverse flag array for the first surface group

    Return Value

    The intersection failure type.
    See Also