You are here: Start » AVL.NET » Invoke.SurfaceVolume_Double

Invoke.SurfaceVolume_Double

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

Namespace:Avl
Assembly:AvlNet.dll

Syntax

C++
C#
 
public static void SurfaceVolume_Double
(
	Avl.Surface inTopSurface,
	Avl.Surface inBottomSurface,
	Optional<Avl.Region> inRoi,
	Avl.VolumeCalculationMethod inVolumeCalculationMethod,
	out double outVolume
)

Parameters

Name Type Range Default Description
inTopSurfaceAvl.SurfaceThe top surface.
inBottomSurfaceAvl.SurfaceThe bottom surface.
inRoiAtl.Optional<Avl.Region>Range of pixels to be processed. Default value: atl::NIL.
inVolumeCalculationMethodAvl.VolumeCalculationMethodDetermines how the parts of a volume are added up.
outVolumedoubleVolume of the input surface.

See also