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

AVL.SurfaceMaximalPoint

Finds the surface point with maximal Z coordinate.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

C++
C#
 
public static void SurfaceMaximalPoint
(
	AvlNet.Surface inSurface,
	out AvlNet.Point3D outMaximalPoint
)

Parameters

Name Type Range Default Description
inSurfaceAvlNet.SurfaceInput surface.
outMaximalPointAvlNet.Point3DPoint with maximal Z coordinate.

Function Overrides

See also