You are here: Start » AVL.NET » Invoke.SurfaceVolume_Double
Computes the volume of a surface with respect to another surface.
Namespace: | Avl |
---|---|
Assembly: | AvlNet.dll |
Syntax
C++
C#
public static void SurfaceVolume_Double ( Avl.Surface inTopSurface, Avl.Surface inBottomSurface, Optional<Avl.Region> inRoi, Avl.VolumeCalculationMethod inVolumeCalculationMethod, out double outVolume )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inTopSurface | Avl.Surface | The top surface. | ||
![]() | inBottomSurface | Avl.Surface | The bottom surface. | ||
![]() | 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. |