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


