You are here: Start » FIL.NET » Invoke.SurfaceVolume_Single
Computes the volume of a surface with respect to a plane.
Namespace: | Fil |
---|---|
Assembly: | FilNet.dll |
Syntax
C++
C#
public static void SurfaceVolume_Single ( Fil.Surface inSurface, double inZ, Optional<Fil.Region> inRoi, Fil.VolumeCalculationMethod inVolumeCalculationMethod, out double outVolume, Optional<Fil.Plane3D> outPlane )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inSurface | Fil.Surface | Input surface. | ||
![]() | inZ | double | The volume is calculated with respect to the plane Z = inZ. | ||
![]() | 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. | ||
![]() | outPlane | Ftl.Optional<Fil.Plane3D> | The plane defined as Z = inZ. |