You are here: Start » AVL.NET » AVS.SurfaceMedian_OrNil Method
AVS.SurfaceMedian_OrNil Method
Finds the median Z coordinate of the surface points; returns NIL if the surface is empty in the given region.
| Namespace: | AvlNet |
|---|---|
| Assembly: | AVL.NET.dll |
Syntax
public static void SurfaceMedian_OrNil ( AvlNet.Surface inSurface, out float? outMedian )
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
![]() | inSurface | AvlNet.Surface | Input surface. | ||
![]() | outMedian | float? | Median Z coordinate of the surface points. |


