GCurve.SplitAtDiscontinuities Method

Splits the curve at derivative discontinuities (e.g. cusps, kinks), returns an array of the smooth segments that form the curve.
Public Function SplitAtDiscontinuities( _ 
ByVal speedChange As Boolean
) As IGCurve()
This language is not supported or no code example is available.
public IGCurve[] 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

IGCurve[]

.NET Framework

Supported in: 4.7.2

In this article

Definition