You are here: Start » AVL.NET » AVS.ReplaceInvalidSurfacePoints Method

AVS.ReplaceInvalidSurfacePoints Method

Replaces all invalid points with a given Z value.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

public static void ReplaceInvalidSurfacePoints
(
	AvlNet.Surface ioSurface,
	NullableRef<AvlNet.Region> inRoi,
	float inNewZ
)

Parameters

Name Type Range Default Description
ioSurfaceAvlNet.Surface
inRoiAvlNet.NullableRef<AvlNet.Region>Range of pixels to be processed. Default value: atl::NIL.
inNewZfloat

Function Overrides

See also