You are here: Start » FIL.NET » Function Reference » Geometry 2D » Geometry 2D Normalizations » FIL.RemoveInvalidPoints
Removes invalid points from an array (i.e. points with NaN or INF coordinates).
Namespace: | FilNet |
---|---|
Assembly: | FIL.NET.dll |
Syntax
C++
C#
public static void RemoveInvalidPoints ( IList<FilNet.Point2D> inPoints, IList<FilNet.Point2D> outPoints )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inPoints | System.Collections.Generic.IList<FilNet.Point2D> | |||
![]() | outPoints | System.Collections.Generic.IList<FilNet.Point2D> |