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