RegionDifference
Computes a region containing pixels from the first input region but not from the second input region.
Syntax
C++
Python
def RegionDifference( inRegion1: Region, inRegion2: Region, outRegion: Region, / ) -> None
Parameters
| Name | Type | Default | Description | |
|---|---|---|---|---|
![]() |
inRegion1 | Region | First input region | |
![]() |
inRegion2 | Region | Second input region | |
![]() |
outRegion | Region | Output region |


