You are here: Start » AVL.NET » AVS.SurfaceMedian Method

AVS.SurfaceMedian Method

Finds the median Z coordinate of the surface points.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

public static void SurfaceMedian
(
	AvlNet.Surface inSurface,
	NullableRef<AvlNet.Region> inRoi,
	out float outMedian
)

Parameters

Name Type Range Default Description
inSurfaceAvlNet.SurfaceInput surface.
inRoiAvlNet.NullableRef<AvlNet.Region>Region of interest. Default value: atl::NIL.
outMedianfloatMedian Z coordinate of the surface points.

Function Overrides

See also