RegionIntersection_OfLoop
Computes the common part of regions appearing in consecutive iterations.
Syntax
C++
Python
def RegionIntersection_OfLoop( state: RegionCombinators_OfLoopState, inRegion: Region, outRegion: Region, / ) -> None
Parameters
| Name | Type | Default | Description | |
|---|---|---|---|---|
![]() |
ioState | RegionCombinators_OfLoopState | ||
![]() |
inRegion | Region | Input region | |
![]() |
outRegion | Region | Output region |



