You are here: Start » AVL.NET » AVS.SurfaceArea Method

AVS.SurfaceArea Method

Computes the surface area of given surface.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

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