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

FIL.ReplaceInvalidSurfacePoints

Replaces all invalid points with a given Z value.

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

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

Parameters

Name Type Range Default Description
ioSurfaceFilNet.Surface
inNewZfloat

Function Overrides

See also