You are here: Start » AVL.NET » AVL.SurfaceMaximalPoint Method

AVL.SurfaceMaximalPoint Method

Finds the surface point with maximal Z coordinate.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

public static void SurfaceMaximalPoint(
	AvlNet.Surface inSurface,
	AvlNet.Region inRoi,
	out AvlNet.Point3D outMaximalPoint
)

Parameters

Name Type Range Default Description
inSurfaceAvlNet.SurfaceInput surface.
inRoiAvlNet.RegionRegion of interest. Default value: atl::NIL, or null.
outMaximalPointAvlNet.Point3DPoint with maximal Z coordinate.

See also