You are here: Start » FIL.NET » Invoke.SurfaceVolume_Double
Computes the volume of a surface with respect to another surface.
Namespace: | Fil |
---|---|
Assembly: | FilNet.dll |
Syntax
C++
C#
public static void SurfaceVolume_Double ( Fil.Surface inTopSurface, Fil.Surface inBottomSurface, Optional<Fil.Region> inRoi, Fil.VolumeCalculationMethod inVolumeCalculationMethod, out double outVolume )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inTopSurface | Fil.Surface | The top surface. | ||
![]() | inBottomSurface | Fil.Surface | The bottom surface. | ||
![]() | inRoi | Ftl.Optional<Fil.Region> | Range of pixels to be processed. Default value: ftl::NIL. | ||
![]() | inVolumeCalculationMethod | Fil.VolumeCalculationMethod | Determines how the parts of a volume are added up. | ||
![]() | outVolume | double | Volume of the input surface. |