You are here: Start » AVL.NET » Invoke.SurfaceMedian

Invoke.SurfaceMedian

Finds the median Z coordinate of the surface points.

Namespace:Avl
Assembly:AvlNet.dll

Syntax

C++
C#
 
public static void SurfaceMedian
(
	Avl.Surface inSurface,
	Optional<Avl.Region> inRoi,
	out float outMedian
)

Parameters

Name Type Range Default Description
inSurfaceAvl.SurfaceInput surface.
inRoiAtl.Optional<Avl.Region>Region of interest. Default value: atl::NIL.
outMedianfloatMedian Z coordinate of the surface points.

See also