You are here: Start » FIL.NET » Function Reference » Surface » Surface Features » FIL.SurfaceMaximalPoint
Finds the surface point with maximal Z coordinate.
| Namespace: | FilNet |
|---|---|
| Assembly: | FIL.NET.dll |
Syntax
C++
C#
public static void SurfaceMaximalPoint ( FilNet.Surface inSurface, out FilNet.Point3D outMaximalPoint )
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
![]() | inSurface | FilNet.Surface | Input surface. | ||
![]() | outMaximalPoint | FilNet.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. |


