You are here: Start » FIL.NET » Function Reference » Geometry 2D » Geometry 2D Spatial Transforms » FIL.TrimPointArray
Removes points not contained in a box from an array.
Namespace: | FilNet |
---|---|
Assembly: | FIL.NET.dll |
Syntax
C++
C#
public static void TrimPointArray ( IList<FilNet.Point2D> inPoints, FilNet.Box inBox, IList<FilNet.Point2D> outPoints )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inPoints | System.Collections.Generic.IList<FilNet.Point2D> | |||
![]() | inBox | FilNet.Box | |||
![]() | outPoints | System.Collections.Generic.IList<FilNet.Point2D> |