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

Invoke.SurfaceVolume_Single

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

Namespace:Fil
Assembly:FilNet.dll

Syntax

C++
C#
 
public static void SurfaceVolume_Single
(
	Fil.Surface inSurface,
	double inZ,
	Optional<Fil.Region> inRoi,
	Fil.VolumeCalculationMethod inVolumeCalculationMethod,
	out double outVolume,
	Optional<Fil.Plane3D> outPlane
)

Parameters

Name Type Range Default Description
inSurfaceFil.SurfaceInput surface.
inZdoubleThe volume is calculated with respect to the plane Z = inZ.
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.
outPlaneFtl.Optional<Fil.Plane3D>The plane defined as Z = inZ.

See also