Click or drag to resize

PolylineMath3DGetEmptyPolyline Method

Returns an empty polyline (no points at all).

Namespace: Altaxo.Geometry
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public static IEnumerable<PolylinePointD3D> GetEmptyPolyline()

Return Value

IEnumerablePolylinePointD3D
Empty polyline.
See Also