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