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

AVS.SurfaceVolume_Double Method

Computes the volume of a surface with respect to another surface.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

public static void SurfaceVolume_Double
(
	AvlNet.Surface inTopSurface,
	AvlNet.Surface inBottomSurface,
	NullableRef<AvlNet.Region> inRoi,
	AvlNet.VolumeCalculationMethod inVolumeCalculationMethod,
	out double outVolume
)

Parameters

Name Type Range Default Description
inTopSurfaceAvlNet.SurfaceThe top surface.
inBottomSurfaceAvlNet.SurfaceThe bottom surface.
inRoiAvlNet.NullableRef<AvlNet.Region>Range of pixels to be processed. Default value: atl::NIL.
inVolumeCalculationMethodAvlNet.VolumeCalculationMethodDetermines how the parts of a volume are added up.
outVolumedoubleVolume of the input surface.

Function Overrides

See also