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