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


