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

AVS.SurfaceVolume Method

Computes the volume of given surface.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

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

Parameters

Name Type Range Default Description
inSurfaceAvlNet.SurfaceInput surface.
inRoiAvlNet.NullableRef<AvlNet.Region>Range of pixels to be processed. Default value: atl::NIL.
inZfloat
outVolumefloatVolume of the input surface.

Function Overrides

See also