IPolylineD3DPoints Property |
Gets the points of this polyline. No information is contained here whether the joints are sharp or soft.
Namespace: Altaxo.GeometryAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax IList<PointD3D> Points { get; }
Property Value
IListPointD3D
The points that make out the polyline.
See Also