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

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
inSurfaceAvl.SurfaceInput surface.
inPathAvl.PathCoordinates of the input path points in surface coordinate system.
outSurfaceGridPathAvl.PathOutput path in surface grid coordinate system.

See also