Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot.Entities Namespace / CompositeCurve 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 (CompositeCurve)
    In This Topic
    Splits the composite curve at derivative discontinuities (e.g. cusps, kinks) of each segment, returns an array of smooth segments.
    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