Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot.Entities Namespace / Surface Class / Trim Method / Trim(IList<Surface>,Plane,Double) Method
The surface group
The limit plane
The tolerance

In This Topic
    Trim(IList<Surface>,Plane,Double) Method
    In This Topic
    Trims a surface group using the limit plane provided. Always removes the splits on the positive side of the plane.
    Syntax
    'Declaration
     
    Public Overloads Shared Function Trim( _
       ByVal listF As IList(Of Surface), _
       ByVal pln As Plane, _
       ByVal tol As Double _
    ) As ssiFailureType
    public static ssiFailureType Trim( 
       IList<Surface> listF,
       Plane pln,
       double tol
    )

    Parameters

    listF
    The surface group
    pln
    The limit plane
    tol
    The tolerance

    Return Value

    The failure type.
    See Also