CompositeCurve.SplitAtDiscontinuities Method

Splits the composite curve at derivative discontinuities (e.g. cusps, kinks) of each segment, returns an array of smooth segments.
Public Function SplitAtDiscontinuities( _ 
ByVal speedChange As Boolean
) As ICurve()
This language is not supported or no code example is available.
public ICurve[] SplitAtDiscontinuities( 
bool speedChange 
)
This language is not supported or no code example is available.

Parameters

speedChange
bool

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

Return Value

ICurve[]

.NET Framework

Supported in: 4.5, 4.6, 4.7

In this article

Definition