You are here: Start » AVL.NET » Invoke.GetPointOnPath
Returns a path point of desired distance (measured along path) from the first point of the path.
| Namespace: | Avl | 
|---|---|
| Assembly: | AvlNet.dll | 
Syntax
C++
C#
public static void GetPointOnPath ( Avl.Path inPath, float inDistanceAlongPath, out Avl.Point2D outPoint )
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
![]()  | inPath | Avl.Path | Input path. | ||
![]()  | inDistanceAlongPath | float | <0.0f, INF> | Distance along path from the first characteristic point to the desired point. | |
![]()  | outPoint | Avl.Point2D | 


