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

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
inInitialRegionAtl.Optional<Avl.Region>
inArraySystem.Collections.Generic.List<Avl.Region>
outRegionAvl.RegionOutput region.

See also