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

AVS.RegionIntersection_OfArray Method

Computes the common part of an array of regions.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

public static void RegionIntersection_OfArray
(
	NullableRef<AvlNet.Region> inInitialRegion,
	IList<AvlNet.Region> inArray,
	AvlNet.Region outRegion
)

Parameters

Name Type Range Default Description
inInitialRegionAvlNet.NullableRef<AvlNet.Region>
inArraySystem.Collections.Generic.IList<AvlNet.Region>
outRegionAvlNet.RegionOutput region.

Function Overrides

See also