Click or drag to resize

SharpPolylineD3DPoints Property

Gets the points of this polyline. No information is contained here whether the joints are sharp or soft.

Namespace: Altaxo.Geometry
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public IList<PointD3D> Points { get; }

Property Value

IListPointD3D
The points that make out the polyline.

Implements

IPolylineD3DPoints
See Also