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