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

Invoke.SurfaceVolume_Double

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

Namespace:Fil
Assembly:FilNet.dll

Syntax

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

Parameters

Name Type Range Default Description
inTopSurfaceFil.SurfaceThe top surface.
inBottomSurfaceFil.SurfaceThe bottom surface.
inRoiFtl.Optional<Fil.Region>Range of pixels to be processed. Default value: ftl::NIL.
inVolumeCalculationMethodFil.VolumeCalculationMethodDetermines how the parts of a volume are added up.
outVolumedoubleVolume of the input surface.

See also