You are here: Start » AVL.NET » Invoke.GetSurfacePath

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
inSurfaceAvl.SurfaceInput surface.
inPathAvl.PathSurface grid coordinates of the input path points.
outPathAvl.PathOutput path in surface coordinates.

See also