Back to FabImage Library website

You are here: Start » Function Reference » Surface » Surface Features » SurfaceArea

SurfaceArea


Header: FIL.h
Namespace: fil
Module: Vision3DStandard

Computes the surface area of given surface.

Syntax

C++
C#
 
void fil::SurfaceArea
(
	const fil::Surface& inSurface,
	float& outArea
)

Parameters

Name Type Default Description
Input value inSurface const Surface& Input surface
Output value outArea float& Area of the input surface