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


