Back to Adaptive Vision Library website

You are here: Start » Function Reference » 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.

Gets the value of a single point of a surface.

Header:AVL.h

Syntax

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

Parameters

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

Errors

Error type Description
DomainError Incorrect point location in AvsFilter_GetSurfaceElement.