Interface ILineSegment<TPoint>
A line segment used to define IPath<TPoint>.
Namespace: Oasys.Geometry.Paths2D
Assembly: AdSec_API_IDL.dll
Syntax
public interface ILineSegment<TPoint> : IPathSegment<TPoint>
Type Parameters
Name | Description |
---|---|
TPoint |
Remarks
Start point of the segment is StartPoint. In case the Segments has one or more segments, the end point of the previous segment defines the next segment's start point.
Properties
NextPoint
Next point of the line segment.
Declaration
TPoint NextPoint { get; }
Property Value
Type | Description |
---|---|
TPoint |