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

In this article

Definition