Loading [MathJax]/extensions/tex2jax.js
Back to FabImage Library website

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

SurfaceArea


Header:FIL.h
Namespace:fil

Computes the surface area of given surface.

Syntax

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

Parameters

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