Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot.Entities Namespace / Curve Class / SplitAtDiscontinuities Method
If true, when the tangents have the same direction but different lengths, the curve will be split. If false, it won't be split.

In This Topic
    SplitAtDiscontinuities Method (Curve)
    In This Topic
    Splits the curve at derivative discontinuities (e.g. cusps, kinks), returns an array of the smooth segments that form the curve.
    Syntax
    'Declaration
     
    Public Function SplitAtDiscontinuities( _
       ByVal speedChange As Boolean _
    ) As ICurve()
    public ICurve[] SplitAtDiscontinuities( 
       bool speedChange
    )

    Parameters

    speedChange
    If true, when the tangents have the same direction but different lengths, the curve will be split. If false, it won't be split.
    See Also