You are here: Start » AVL.NET » AVL.RegionIntersection_OfArray

AVL.RegionIntersection_OfArray

Computes common part of array of regions.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

C++
C#
 
public static void RegionIntersection_OfArray
(
	AvlNet.Region inInitialRegion,
	AvlNet.Region[] inArray,
	out AvlNet.Region outRegion
)

Parameters

Name Type Range Default Description
inInitialRegionAvlNet.Region
inArrayAvlNet.Region[]
outRegionAvlNet.RegionOutput region.

Description

Array version of RegionIntersection.

Errors

Error type Description
DomainError Input array is empty and inInitialRegion isn't set in RegionIntersection_OfArray.

See also