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

Invoke.SurfaceVolume_Single

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

Namespace:Avl
Assembly:AvlNet.dll

Syntax

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

Parameters

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

See also