SurfaceVolume_Double
Computes the volume of a surface with respect to another surface.
Syntax
C++
C#
Python
def SurfaceVolume_Double( inTopSurface: Surface, inBottomSurface: Surface, inVolumeCalculationMethod: VolumeCalculationMethod, /, *, inRoi: Region | None = None ) -> outVolume: float
Parameters
| Name | Type | Default | Description | |
|---|---|---|---|---|
![]() |
inTopSurface | Surface | The top surface | |
![]() |
inBottomSurface | Surface | The bottom surface | |
![]() |
inRoi | Region | None | None | Range of pixels to be processed |
![]() |
inVolumeCalculationMethod | VolumeCalculationMethod | Determines how the parts of a volume are added up | |
![]() |
outVolume | float | Volume of the input surface |


