Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot.Entities Namespace / Curve Class / Trim Method
First curve
Second curve
Flips first curve direction
Flips second curve direction

In This Topic
    Trim Method (Curve)
    In This Topic
    Trims two intersecting curves.
    Syntax
    'Declaration
     
    Public Shared Function Trim( _
       ByVal C1 As ICurve, _
       ByVal C2 As ICurve, _
       ByVal flip1 As Boolean, _
       ByVal flip2 As Boolean _
    ) As Boolean
    public static bool Trim( 
       ICurve C1,
       ICurve C2,
       bool flip1,
       bool flip2
    )

    Parameters

    C1
    First curve
    C2
    Second curve
    flip1
    Flips first curve direction
    flip2
    Flips second curve direction

    Return Value

    True if the operation succeeded, false otherwise.
    See Also