Eyeshot 10 WinForms API Reference
SplitAtDiscontinuities Method (Curve)

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.
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

Reference

Curve Class
Curve Members