SharpPolylineD3DFromPointsWithPossibleDublettes Method |
Gets a sharp polyline from a point array which may contain consecutive dublettes, i.e. two or more consecutive points with equal coordinates.
Namespace: Altaxo.GeometryAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public static SharpPolylineD3D FromPointsWithPossibleDublettes(
IEnumerable<PointD3D> points
)
Parameters
- points IEnumerablePointD3D
- The points.
Return Value
SharpPolylineD3DAn instance of
SharpPolylineD3D, free from consecutive dublettes. Attention: the number of points in this polyline may differ from
the number of points that were provided!
See Also