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

Invoke.RegionUnion_OfLoop

Computes the union of regions appearing in consecutive iterations.

Namespace:Avl
Assembly:AvlNet.dll

Syntax

C++
C#
 
public static void RegionUnion_OfLoop
(
	Avl.RegionCombinators_OfLoopState ioState,
	Avl.Region inRegion,
	Avl.Region outRegion
)

Parameters

Name Type Range Default Description
ioStateAvl.RegionCombinators_OfLoopState
inRegionAvl.RegionInput region.
outRegionAvl.RegionOutput region.

See also