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


