You are here: Start » AVL.NET » Function Reference » Surface » Surface Features » AVL.SurfaceArea

AVL.SurfaceArea

Computes the surface area of given surface.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

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

Parameters

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

See also