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

Invoke.SurfaceArea

Computes the surface area of given surface.

Namespace:Avl
Assembly:AvlNet.dll

Syntax

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

Parameters

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

See also