Interface IPath<TPoint>
Namespace: Oasys.Geometry.Paths2D
Assembly: AdSec_API_IDL.dll
Syntax
public interface IPath<TPoint>Type Parameters
| Name | Description | 
|---|---|
| TPoint | 
Properties
Segments
The segments that make up the path.
Declaration
IList<IPathSegment<TPoint>> Segments { get; }Property Value
| Type | Description | 
|---|---|
| IList<IPathSegment<TPoint>> | 
StartPoint
The start point of the path.
Declaration
TPoint StartPoint { get; }Property Value
| Type | Description | 
|---|---|
| TPoint |