You are here: Start » FIL.NET » FIS.SurfaceVolume_Double Method
FIS.SurfaceVolume_Double Method
Computes the volume of a surface with respect to another surface.
Namespace: | FilNet |
---|---|
Assembly: | FIL.NET.dll |
Syntax
public static void SurfaceVolume_Double ( FilNet.Surface inTopSurface, FilNet.Surface inBottomSurface, FilNet.VolumeCalculationMethod inVolumeCalculationMethod, out double outVolume )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inTopSurface | FilNet.Surface | The top surface. | ||
![]() | inBottomSurface | FilNet.Surface | The bottom surface. | ||
![]() | inVolumeCalculationMethod | FilNet.VolumeCalculationMethod | Determines how the parts of a volume are added up. | ||
![]() | outVolume | double | Volume of the input surface. |