You are here: Start » AVL.NET » AVL.RemoveInvalidPoints3D Method
AVL.RemoveInvalidPoints3D Method
Removes invalid 3D points from an array (i.e. points with NaN or INF coordinates).
| Namespace: | AvlNet |
|---|---|
| Assembly: | AVL.NET.dll |
Syntax
public static void RemoveInvalidPoints3D( AvlNet.Point3D[] inPoints3D, out AvlNet.Point3D[] outPoints3D )
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
![]() | inPoints3D | AvlNet.Point3D | |||
![]() | outPoints3D | AvlNet.Point3D |


