You are here: Start » FIL.NET » Function Reference » Region » Region Relations » FIL.GroupPointsByRegions
For each region returns which points lie inside of it.
Namespace: | FilNet |
---|---|
Assembly: | FIL.NET.dll |
Syntax
C++
C#
public static void GroupPointsByRegions ( IList<FilNet.Point2D> inPoints, IList<FilNet.Region> inRegions, IList<List<int>> outGroupedIndices )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inPoints | System.Collections.Generic.IList<FilNet.Point2D> | |||
![]() | inRegions | System.Collections.Generic.IList<FilNet.Region> | |||
![]() | outGroupedIndices | System.Collections.Generic.IList<System.Collections.Generic.List<int>> |
Examples
![]() |
![]() |
GroupPointsByRegions performed with three input regions.