Start » Filter Reference » Region » Region Relations » GroupPointsByRegions
Module: | FoundationBasic |
---|
For each region returns which points lie inside of it.
Name | Type | Description | |
---|---|---|---|
inPoints | Point2DArray | ||
inRegions | RegionArray | ||
outGroupedIndices | IntegerArrayArray | ||
outGroupedPoints | Point2DArrayArray |
Examples
Remarks
If you need to group also some data associated with the input points then follow this filter with GetMultipleArrayElements and connect inIndices to GroupPointsByRegions.
Complexity Level
This filter is available on Advanced Complexity Level.
See Also
- GetMultipleArrayElements – Extracts multiple elements from an array.