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


