Back to FabImage Library website

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

SurfaceToPoint3DArray


Header: FIL.h
Namespace: fil
Module: Vision3DStandard

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

Syntax

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

Parameters

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