You are here: Start » FIL.NET » FIS.SurfaceVolume Method
FIS.SurfaceVolume Method
Computes the volume of given surface.
Namespace: | FilNet |
---|---|
Assembly: | FIL.NET.dll |
Syntax
public static void SurfaceVolume ( FilNet.Surface inSurface, NullableRef<FilNet.Region> inRoi, float inZ, out float outVolume )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inSurface | FilNet.Surface | Input surface. | ||
![]() | inRoi | FilNet.NullableRef<FilNet.Region> | Range of pixels to be processed. Default value: ftl::NIL. | ||
![]() | inZ | float | |||
![]() | outVolume | float | Volume of the input surface. |