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