Start » Filter Reference » Region » Region Relations » GroupPathsByRegions
Module: | FoundationBasic |
---|
For each region returns which paths lie inside of it or intersect with it.
Name | Type | Description | |
---|---|---|---|
inPaths | PathArray | Array of paths that will be classified into multiple groups | |
inRegions | RegionArray | Array of regions that define the groups | |
inMatchingCriterion | MatchingCriterion | Specifies whether a path must fully belong to a group region or if it is enough that it intersects | |
outGroupedIndices | IntegerArrayArray | Indices of input paths classified into multiple groups | |
outGroupedPaths | PathArrayArray | Input paths classified into multiple groups |
Remarks
If you need to group also some data associated with the input paths then follow this filter with GetMultipleArrayElements and connect inIndices to outGroupedIndices.
Complexity Level
This filter is available on Advanced Complexity Level.
See Also
- GroupPointsByRegions – For each region returns which points lie inside of it.
- GetMultipleArrayElements – Extracts multiple elements from an array.