You are here: Start » AVL.NET » Function Reference » Surface » Surface Features » 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 | |
|---|---|---|---|---|---|
![]() | inSurface | AvlNet.Surface | Input surface. | ||
![]() | outMaximalPoint | AvlNet.Point3D | Point with maximal Z coordinate. |
Errors
List of possible exceptions:
| Error type | Description |
|---|---|
| DomainError | No valid point in given region while computing Surface extremal point. |
| DomainError | Region of interest exceeds an input surface in SurfaceMaximalPoint. |


