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