Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot.Entities Namespace / Surface Class / TrimBy Method / TrimBy(ICurve,Boolean) Method
The 3D geometric contour
If true, the contour orientation in 2D parametric domain will be clockwise (hole).

In This Topic
    TrimBy(ICurve,Boolean) Method
    In This Topic
    Trims the surface using an open or closed contour.
    Syntax
    'Declaration
     
    Public Overloads Function TrimBy( _
       ByVal contour As ICurve, _
       ByVal clockwise As Boolean _
    ) As ssiFailureType
    public ssiFailureType TrimBy( 
       ICurve contour,
       bool clockwise
    )

    Parameters

    contour
    The 3D geometric contour
    clockwise
    If true, the contour orientation in 2D parametric domain will be clockwise (hole).

    Return Value

    True if the operation succeeded, false otherwise.
    See Also