You are here: Start » AVL.NET » Function Reference » Region » Region Combinators » AVL.RegionIntersection_OfArray

AVL.RegionIntersection_OfArray

Computes the common part of an array of regions.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

C++
C#
 
public static void RegionIntersection_OfArray
(
	IList<AvlNet.Region> inArray,
	AvlNet.Region outRegion
)

Parameters

Name Type Range Default Description
inArraySystem.Collections.Generic.IList<AvlNet.Region>
outRegionAvlNet.RegionOutput 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.

Function Overrides

See also