Back to Aurora Vision Library website

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

SurfacePathToRegion


Header: AVL.h
Namespace: avl
Module: Vision3DStandard

Finds the surface region covered by surface path.

Applications: Transformation of objects defined in the surface coordinate system to the associated surface region.

Syntax

C++
C#
 
void avl::SurfacePathToRegion
(
	const avl::Path& inSurfacePath,
	const avl::SurfaceFormat& inSurfaceFormat,
	avl::Region& outRegion
)

Parameters

Name Type Default Description
Input value inSurfacePath const Path&
Input value inSurfaceFormat const SurfaceFormat& Surface format for which the output region will be defined
Output value outRegion Region& Output region