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

AVL.ReplaceInvalidSurfacePoints

Replaces all invalid points with a given Z value.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

C++
C#
 
public static void ReplaceInvalidSurfacePoints
(
	AvlNet.Surface ioSurface,
	float inNewZ
)

Parameters

Name Type Range Default Description
ioSurfaceAvlNet.Surface
inNewZfloat

Function Overrides

See also