Back to Aurora Vision Library website

You are here: Start » Function Reference » Conversions » SurfaceToPoint3DArray

SurfaceToPoint3DArray


Header: AVL.h
Namespace: avl
Module: Vision3DStandard

Converts a surface object to an array of points removing nonexistent ones.

Syntax

C++
C#
 
void avl::SurfaceToPoint3DArray
(
	const avl::Surface& inSurface,
	atl::Array<avl::Point3D>& outPoint3DArray
)

Parameters

Name Type Default Description
Input value inSurface const Surface& Input surface
Output value outPoint3DArray Array<Point3D>& Output point array