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