You are here: Start » FIL.NET » Invoke.RemoveInvalidPoints3D

Invoke.RemoveInvalidPoints3D

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

Namespace:Fil
Assembly:FilNet.dll

Syntax

C++
C#
 
public static void RemoveInvalidPoints3D
(
	List<Fil.Point3D> inPoints3D,
	List<Fil.Point3D> outPoints3D
)

Parameters

Name Type Range Default Description
inPoints3DSystem.Collections.Generic.List<Fil.Point3D>
outPoints3DSystem.Collections.Generic.List<Fil.Point3D>

See also