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

AVL.RegionIntersection_OfArray Method

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

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

Errors

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

See also