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

AVL.RegionUnion_OfLoop

Computes the union of regions appearing in consecutive iterations.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

C++
C#
 
public static void RegionUnion_OfLoop
(
	AvlNet.RegionUnion_OfLoopState ioState,
	AvlNet.Region inRegion,
	AvlNet.Region outRegion
)

Parameters

Name Type Range Default Description
ioStateAvlNet.RegionUnion_OfLoopState
inRegionAvlNet.RegionInput region.
outRegionAvlNet.RegionOutput region.

Description

Loop version of RegionUnion.

Errors

List of possible exceptions:

Error type Description
DomainError Input and output regions are not distinct in RegionUnion.

See also