You are here: Start » AVL.NET » AVL.RegionIntersection_OfArray
Computes common part of array of regions.
| Namespace: | AvlNet |
|---|---|
| Assembly: | AVL.NET.dll |
Syntax
C++
C#
public static void RegionIntersection_OfArray ( NullableRef<AvlNet.Region> inInitialRegion, IList<AvlNet.Region> inArray, AvlNet.Region outRegion )
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
![]() | inInitialRegion | AvlNet.NullableRef<AvlNet.Region> | |||
![]() | inArray | System.Collections.Generic.IList<AvlNet.Region> | |||
![]() | outRegion | AvlNet.Region | Output region. |
Description
Array version of RegionIntersection.
Errors
List of possible exceptions:
| Error type | Description |
|---|---|
| DomainError | Input array is empty and inInitialRegion isn't set in RegionIntersection_OfArray. |


