Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot.Entities Namespace / Region Class / Trim Method
The region to be trim
The curves intersecting the region profiles
The resulting list of regions

In This Topic
    Trim Method (Region)
    In This Topic
    Trims the region using the given - open - curves.
    Syntax
    'Declaration
     
    Public Shared Function Trim( _
       ByVal original As Region, _
       ByVal curves As IList(Of ICurve), _
       ByRef result As Region() _
    ) As Boolean
    public static bool Trim( 
       Region original,
       IList<ICurve> curves,
       out Region[] result
    )

    Parameters

    original
    The region to be trim
    curves
    The curves intersecting the region profiles
    result
    The resulting list of regions

    Return Value

    True if the operation was successful, false otherwise.
    See Also