You are here: Start » AVL.NET » Invoke.RegionIntersection
Computes the common part of two regions.
| Namespace: | Avl | 
|---|---|
| Assembly: | AvlNet.dll | 
Syntax
C++
C#
public static void RegionIntersection ( Avl.Region inRegion1, Avl.Region inRegion2, Avl.Region outRegion )
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
![]()  | inRegion1 | Avl.Region | First input region. | ||
![]()  | inRegion2 | Avl.Region | Second input region. | ||
![]()  | outRegion | Avl.Region | Output region. | 


