Back to FabImage Library website

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

ProjectPathOntoSurface


Header: FIL.h
Namespace: fil
Module: Vision3DStandard

Returns a path consisting of interpolated single points of a surface given their coordinates in surface coordinate system.

Syntax

C++
C#
 
void fil::ProjectPathOntoSurface
(
	const fil::Surface& inSurface,
	const fil::Path& inPath,
	fil::Path& outSurfaceGridPath
)

Parameters

Name Type Default Description
Input value
inSurface const Surface& Input surface
Input value
inPath const Path& Coordinates of the input path points in surface coordinate system
Output value
outSurfaceGridPath Path& Output path in surface grid coordinate system