Click or drag to resize

LineD3DGetPoints Method

Gets the points of the line as enumeration.

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

Return Value

IEnumerablePointD3D
Enumeration of the two points of this line.
See Also