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


