You are here: Start » AVL.NET » Invoke.SurfaceMaximalPoint
Finds the surface point with maximal Z coordinate.
| Namespace: | Avl |
|---|---|
| Assembly: | AvlNet.dll |
Syntax
C++
C#
public static void SurfaceMaximalPoint ( Avl.Surface inSurface, Optional<Avl.Region> inRoi, out Avl.Point3D outMaximalPoint )
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
![]() | inSurface | Avl.Surface | Input surface. | ||
![]() | inRoi | Atl.Optional<Avl.Region> | Region of interest. Default value: atl::NIL. | ||
![]() | outMaximalPoint | Avl.Point3D | Point with maximal Z coordinate. |


