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

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
inSurfaceAvlNet.SurfaceInput surface.
inPathAvlNet.PathCoordinates of the input path points in surface coordinate system.
outSurfaceGridPathAvlNet.PathOutput path in surface grid coordinate system.

See also