Computes the common part of two regions.
Syntax
C++
C#
Python
def RegionIntersection(
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 |