Tests whether a region is contained in another one.
Syntax
C++
C#
Python
def TestRegionInRegion(
inSubregion: Region,
inRegion: Region,
/
)
-> outIsContained: bool
Parameters
|
Name |
Type |
Default |
Description |
 |
inSubregion |
Region |
|
|
 |
inRegion |
Region |
|
Input region |
 |
outIsContained |
bool |
|
|