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

Invoke.ReplaceInvalidSurfacePoints

Replaces all invalid points with a given Z value.

Namespace:Avl
Assembly:AvlNet.dll

Syntax

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

Parameters

Name Type Range Default Description
ioSurfaceAvl.Surface
inRoiAtl.Optional<Avl.Region>Range of pixels to be processed. Default value: atl::NIL.
inNewZfloat

See also