You are here: Start » AVL.NET » AVL.RegionIntersection_OfArray(AvlNet.Region, AvlNet.Region[], AvlNet.Region)
AVL.RegionIntersection_OfArray(AvlNet.Region, AvlNet.Region[], AvlNet.Region)
Computes common part of array of regions.
| Namespace: | AvlNet |
|---|---|
| Assembly: | AVL.NET.dll |
Syntax
public static void RegionIntersection_OfArray( AvlNet.Region inInitialRegion, AvlNet.Region[] inArray, out AvlNet.Region outRegion )
Parameters
- inInitialRegion
- Type: AvlNet.Region
- inArray
- Type: AvlNet.Region
- outRegion
- Type: AvlNet.Region
Output region
Errors
| Error type | Description |
|---|---|
| DomainError | Input array is empty and inInitialRegion isn't set in RegionIntersection_OfArray. |
