RemoveInvalidPoints
Removes invalid points from an array (i.e. points with NaN or INF coordinates).
Syntax
C++
Python
def RemoveInvalidPoints( inPoints: list[Point2D], / ) -> outPoints: list[Point2D]
Parameters
| Name | Type | Default | Description | |
|---|---|---|---|---|
![]() |
inPoints | list[Point2D] | ||
![]() |
outPoints | list[Point2D] |


