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

FIL.ReplaceInvalidSurfacePoints

Replaces all invalid points with a given Z value.

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

C++
C#
 
public static void ReplaceInvalidSurfacePoints
(
	FilNet.Surface ioSurface,
	NullableRef<FilNet.Region> inRoi,
	float inNewZ
)

Parameters

Name Type Range Default Description
ioSurfaceFilNet.Surface
inRoiFilNet.NullableRef<FilNet.Region>Range of pixels to be processed. Default value: ftl::NIL.
inNewZfloat

Hardware Acceleration

This operation supports automatic parallelization for multicore and multiprocessor systems.

Hardware acceleration settings may be manipulated with Settings class.

Errors

List of possible exceptions:

Error type Description
DomainError Region of interest exceeds an input surface in ReplaceInvalidSurfacePoints.

Function Overrides

See also