Back to FabImage Studio website

You are here: Start » Filter Reference » Region » Region Relations » GroupPathsByRegions

GroupPathsByRegions


Module: FoundationBasic

For each region returns which paths lie inside of it or intersect with it.

Name Type Description
Input value inPaths PathArray Array of paths that will be classified into multiple groups
Input value inRegions RegionArray Array of regions that define the groups
Input value inMatchingCriterion MatchingCriterion Specifies whether a path must fully belong to a group region or if it is enough that it intersects
Output value outGroupedIndices IntegerArrayArray Indices of input paths classified into multiple groups
Output value 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