You are here: Start » FIL.NET » Function Reference » Surface » Surface Features » FIL.SurfaceMinimalPoint

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,
	out FilNet.Point3D outMinimalPoint
)

Parameters

Name Type Range Default Description
inSurfaceFilNet.SurfaceInput surface.
outMinimalPointFilNet.Point3DPoint 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.

Function Overrides

See also