You are here: Start » AVL.NET » AVS.ProjectPathOntoSurface Method

AVS.ProjectPathOntoSurface Method

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

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