You are here: Start » AVL.NET » AVL.SurfaceVolume Method

AVL.SurfaceVolume Method

Computes the volume of given surface.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

public static void SurfaceVolume(
	AvlNet.Surface inSurface,
	AvlNet.Region inRoi,
	float inZ,
	out float outVolume
)

Parameters

Name Type Range Default Description
inSurfaceAvlNet.SurfaceInput surface.
inRoiAvlNet.RegionRange of pixels to be processed. Default value: atl::NIL, or null.
inZfloat
outVolumefloatVolume of the input surface.

See also