RemoveInvalidPoints3D
Removes invalid 3D points from an array (i.e. points with NaN or INF coordinates).
Syntax
C++
C#
Python
def RemoveInvalidPoints3D( inPoints3D: list[Point3D], / ) -> outPoints3D: list[Point3D]
Parameters
| Name | Type | Default | Description | |
|---|---|---|---|---|
![]() |
inPoints3D | list[Point3D] | ||
![]() |
outPoints3D | list[Point3D] |


