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


