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
Input value inRegion Region Input region
Input value inReferenceRegion Region
Output value outRegionsIntersect bool