You are here: Start » FIL.NET » Invoke.ReplaceInvalidSurfacePoints

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
ioSurfaceFil.Surface
inRoiFtl.Optional<Fil.Region>Range of pixels to be processed. Default value: ftl::NIL.
inNewZfloat

See also