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 | |
---|---|---|---|---|
![]() |
inSurface | const Surface& | Input surface | |
![]() |
outArea | float& | Area of the input surface |