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

In This Topic
    Trim(IList<Surface>,Plane,Double,Boolean,Surface[]) 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, _
       ByVal flipSideF As Boolean, _
       ByRef leftOversF As Surface() _
    ) As ssiFailureType
    public static ssiFailureType Trim( 
       IList<Surface> listF,
       Plane pln,
       double tol,
       bool flipSideF,
       out Surface[] leftOversF
    )

    Parameters

    listF
    The surface group
    pln
    The limit plane
    tol
    The tolerance
    flipSideF
    Reverse flag array for the surface group
    leftOversF
    Trim operation left over list

    Return Value

    The failure type.
    See Also