You are here: Start » AVL.NET » AVS.RegionIntersection_OfArray Method
AVS.RegionIntersection_OfArray Method
Computes the common part of an array of regions.
| Namespace: | AvlNet |
|---|---|
| Assembly: | AVL.NET.dll |
Syntax
public static void RegionIntersection_OfArray ( IList<AvlNet.Region> inArray, AvlNet.Region outRegion )
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
![]() | inArray | System.Collections.Generic.IList<AvlNet.Region> | |||
![]() | outRegion | AvlNet.Region | Output region. |


