You are here: Start » AVL.NET » Function Reference » Surface » Surface Basics » AVL.GetSurfacePath

AVL.GetSurfacePath

Returns a path consisting of interpolated single points of a surface given their surface grid coordinates.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

C++
C#
 
public static void GetSurfacePath
(
	AvlNet.Surface inSurface,
	AvlNet.Path inPath,
	AvlNet.Path outPath
)

Parameters

Name Type Range Default Description
inSurfaceAvlNet.SurfaceInput surface.
inPathAvlNet.PathSurface grid coordinates of the input path points.
outPathAvlNet.PathOutput path in surface coordinates.

See also