TestRegionIntersectsWith
Tests whether two regions have non-empty intersection.
Syntax
C++
C#
Python
def TestRegionIntersectsWith( inRegion: Region, inReferenceRegion: Region, / ) -> outRegionsIntersect: bool
Parameters
| Name | Type | Default | Description | |
|---|---|---|---|---|
![]() |
inRegion | Region | Input region | |
![]() |
inReferenceRegion | Region | ||
![]() |
outRegionsIntersect | bool |


