Back to Aurora Vision Library website

You are here: Start » Function Reference » All Functions » Surface Basics » AvsFilter_GetSurfaceElement

AvsFilter_GetSurfaceElement


This is Filter Equivalent. This function may be present in generated code, but should not be used in hand-written code.

Header: AVL.h
Namespace: avs
Module: Vision3DStandard

Gets the value of a single point of a surface.

Syntax

void avs::AvsFilter_GetSurfaceElement
(
	const avl::Surface& inSurface,
	const avl::Location& inLocation,
	avl::Point3D& outPoint
)

Parameters

Name Type Default Description
Input value inSurface const Surface& Input surface
Input value inLocation const Location& Location of the surface point to be accessed
Output value outPoint Point3D& Output point of the input surface

Errors

List of possible exceptions:

Error type Description
DomainError Incorrect point location in GetSurfaceElement.