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

AVS.SurfaceMaximalPoint Method

Finds the surface point with maximal Z coordinate.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

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