You are here: Start » AVL.NET » AVL.GetPointOnPath(AvlNet.Path, float, AvlNet.Point2D)
AVL.GetPointOnPath(AvlNet.Path, float, AvlNet.Point2D)
Returns a path point of desired distance (measured along path) from the first point of the path.
| Namespace: | AvlNet |
|---|---|
| Assembly: | AVL.NET.dll |
Syntax
public static void GetPointOnPath( AvlNet.Path inPath, float inDistanceAlongPath, out AvlNet.Point2D outPoint )
Parameters
- inPath
- Type: AvlNet.Path
Input path - inDistanceAlongPath
- Type: System.Single
Distance along path from the first characteristic point to the desired point - outPoint
- Type: AvlNet.Point2D
Errors
| Error type | Description |
|---|---|
| DomainError | Desired distance along path exceeds the path length in GetPointOnPath. |
