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

AVL.SurfaceVolume

Computes the volume of given surface.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

C++
C#
 
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