You are here: Start » AVL.NET » Invoke.GetSurfacePath
Returns a path consisting of interpolated single points of a surface given their surface grid coordinates.
| Namespace: | Avl |
|---|---|
| Assembly: | AvlNet.dll |
Syntax
C++
C#
public static void GetSurfacePath ( Avl.Surface inSurface, Avl.Path inPath, Avl.Path outPath )
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
![]() | inSurface | Avl.Surface | Input surface. | ||
![]() | inPath | Avl.Path | Surface grid coordinates of the input path points. | ||
![]() | outPath | Avl.Path | Output path in surface coordinates. |


