You are here: Start » FIL.NET » Invoke.SurfaceArea

Invoke.SurfaceArea

Computes the surface area of given surface.

Namespace:Fil
Assembly:FilNet.dll

Syntax

C++
C#
 
public static void SurfaceArea
(
	Fil.Surface inSurface,
	out float outArea
)

Parameters

Name Type Range Default Description
inSurfaceFil.SurfaceInput surface.
outAreafloatArea of the input surface.

See also