You are here: Start » AVL.NET » 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 | |
|---|---|---|---|---|---|
![]()  | inSurface | Avl.Surface | Input surface. | ||
![]()  | inZ | double | The volume is calculated with respect to the plane Z = inZ. | ||
![]()  | inRoi | Atl.Optional<Avl.Region> | Range of pixels to be processed. Default value: atl::NIL. | ||
![]()  | inVolumeCalculationMethod | Avl.VolumeCalculationMethod | Determines how the parts of a volume are added up. | ||
![]()  | outVolume | double | Volume of the input surface. | ||
![]()  | outPlane | Atl.Optional<Avl.Plane3D> | The plane defined as Z = inZ. | 


