You are here: Start » FIL.NET » FIS.ReplaceInvalidSurfacePoints Method

FIS.ReplaceInvalidSurfacePoints Method

Replaces all invalid points with a given Z value.

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

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

Function Overrides

See also