GCompositeCurve.SplitAtDiscontinuities Method

Splits the composite igCurve at derivative discontinuities (e.g. cusps, kinks) of each segment, returns an array of smooth segments.
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 igCurve will be split. If false, it won't be split.

Return Value

IGCurve[]

.NET Framework

Supported in: 4.7.2

In this article

Definition