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,
	FilNet.VolumeCalculationMethod inVolumeCalculationMethod,
	out double outVolume
)

Parameters

Name Type Range Default Description
inSurfaceFilNet.SurfaceInput surface.
inZdoubleThe volume is calculated with respect to the plane Z = inZ.
inVolumeCalculationMethodFilNet.VolumeCalculationMethodDetermines how the parts of a volume are added up.
outVolumedoubleVolume of the input surface.

Function Overrides

See also