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


