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
Input value inTopSurface Surface The top surface
Input value inBottomSurface Surface The bottom surface
Input value inRoi Region | None None Range of pixels to be processed
Input value inVolumeCalculationMethod VolumeCalculationMethod Determines how the parts of a volume are added up
Output value outVolume float Volume of the input surface