LinearPath.SplitAtDiscontinuities Method

Splits the curve at derivative discontinuities (e.g. kinks), returns an array of the smooth segments that form the curve.
Public Function SplitAtDiscontinuities() As ICurve()
This language is not supported or no code example is available.
public ICurve[] SplitAtDiscontinuities()
This language is not supported or no code example is available.

Return Value

ICurve[]

.NET Framework

Supported in: 4.5, 4.6, 4.7

In this article

Definition