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

FIS.RemoveInvalidPoints3D Method

Removes invalid 3D points from an array (i.e. points with NaN or INF coordinates).

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

public static void RemoveInvalidPoints3D
(
	IList<FilNet.Point3D> inPoints3D,
	IList<FilNet.Point3D> outPoints3D
)

Parameters

Name Type Range Default Description
inPoints3DSystem.Collections.Generic.IList<FilNet.Point3D>
outPoints3DSystem.Collections.Generic.IList<FilNet.Point3D>

See also