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