Back to FabImage Studio website
You are here: Start » Filter Reference » Region » Region Combinators » RegionIntersection_OfArray
Module: | FoundationLite |
---|
Computes the common part of an array of regions.
Name | Type | Description | |
---|---|---|---|
![]() |
inInitialRegion | Region* | |
![]() |
inArray | RegionArray | |
![]() |
outRegion | Region | Output region |
Description
Array version of RegionIntersection.
Errors
This filter can throw an exception to report error. Read how to deal with errors in Error Handling.
List of possible exceptions:
Error type | Description |
---|---|
DomainError | Input array is empty and inInitialRegion isn't set in RegionIntersection_OfArray. |
Complexity Level
This filter is available on Advanced Complexity Level.
See Also
- RegionIntersection – Computes the common part of two regions.