Back to Aurora Vision Library website

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

ProjectPathOntoSurface


Header: AVL.h
Namespace: avl
Module: Vision3DStandard

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

Syntax

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