You are here: Start » AVL.NET » AVS.RemoveInvalidPoints3D Method

AVS.RemoveInvalidPoints3D Method

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

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

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

Parameters

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

See also