You are here: Start » AVL.NET » Invoke.TrimPoint3DArray
Removes points not contained in a box in 3D from an array.
| Namespace: | Avl | 
|---|---|
| Assembly: | AvlNet.dll | 
Syntax
C++
C#
public static void TrimPoint3DArray ( List<Avl.Point3D> inPoints3D, Avl.Box3D inBox3D, List<Avl.Point3D> outPoints3D )
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
![]()  | inPoints3D | System.Collections.Generic.List<Avl.Point3D> | |||
![]()  | inBox3D | Avl.Box3D | |||
![]()  | outPoints3D | System.Collections.Generic.List<Avl.Point3D> | 


