You are here: Start » FIL.NET » Invoke.ReplaceInvalidSurfacePoints
Replaces all invalid points with a given Z value.
| Namespace: | Fil |
|---|---|
| Assembly: | FilNet.dll |
Syntax
C++
C#
public static void ReplaceInvalidSurfacePoints ( Fil.Surface ioSurface, Optional<Fil.Region> inRoi, float inNewZ )
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
| ioSurface | Fil.Surface | ||||
![]() | inRoi | Ftl.Optional<Fil.Region> | Range of pixels to be processed. Default value: ftl::NIL. | ||
![]() | inNewZ | float |

