You are here: Start » FIL.NET » FIS.SurfaceVolume_Single Method

FIS.SurfaceVolume_Single Method

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

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

public static void SurfaceVolume_Single
(
	FilNet.Surface inSurface,
	double inZ,
	NullableRef<FilNet.Region> inRoi,
	FilNet.VolumeCalculationMethod inVolumeCalculationMethod,
	out double outVolume,
	out FilNet.Plane3D outPlane
)

Parameters

Name Type Range Default Description
inSurfaceFilNet.SurfaceInput surface.
inZdoubleThe volume is calculated with respect to the plane Z = inZ.
inRoiFilNet.NullableRef<FilNet.Region>Range of pixels to be processed. Default value: ftl::NIL.
inVolumeCalculationMethodFilNet.VolumeCalculationMethodDetermines how the parts of a volume are added up.
outVolumedoubleVolume of the input surface.
outPlaneFilNet.Plane3DThe plane defined as Z = inZ.

Function Overrides

See also