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


