You are here: Start » AVL.NET » AVS.SurfaceVolume_Single Method

AVS.SurfaceVolume_Single Method

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

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

public static void SurfaceVolume_Single
(
	AvlNet.Surface inSurface,
	double inZ,
	AvlNet.VolumeCalculationMethod inVolumeCalculationMethod,
	out double outVolume
)

Parameters

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

Function Overrides

See also