Click or drag to resize

IPolylineD3D Interface

Represents a polyline, i.e. a line consisting of multiple line segments. This class contains additional information whether the joints between the line segments are sharp or soft.

Namespace: Altaxo.Geometry
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public interface IPolylineD3D

The IPolylineD3D type exposes the following members.

Properties
 NameDescription
Public propertyCount Gets the number of points.
Public propertyPoints Gets the points of this polyline. No information is contained here whether the joints are sharp or soft.
Public propertyTotalLineLength Gets the total line length of the polyline.
Top
Methods
 NameDescription
Public methodGetPoint 
Public methodIsTransitionFromIdxToNextIdxSharp 
Public methodShortenedBy Returns a new, shortened polyline. If the shortened line would have zero or negative length, null is returned.
Top
See Also