Back to Aurora Vision Library website

You are here: Start » Function Reference » Surface » Surface Basics » GetSurfacePath

GetSurfacePath


Header: AVL.h
Namespace: avl
Module: Vision3DStandard

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

Syntax

C++
C#
 
void avl::GetSurfacePath
(
	const avl::Surface& inSurface,
	const avl::Path& inPath,
	avl::Path& outPath
)

Parameters

Name Type Default Description
Input value inSurface const Surface& Input surface
Input value inPath const Path& Surface grid coordinates of the input path points
Output value outPath Path& Output path in surface coordinates