Back to FabImage Library website

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

GetSurfacePath


Header: FIL.h
Namespace: fil
Module: Vision3DStandard

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

Syntax

C++
C#
 
void fil::GetSurfacePath
(
	const fil::Surface& inSurface,
	const fil::Path& inPath,
	fil::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