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

AVL.RegionUnion_OfLoop Method

Computes the union of regions appearing in consecutive iterations.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

public static void RegionUnion_OfLoop(
	ref AvlNet.RegionUnion_OfLoopState ioState,
	AvlNet.Region inRegion,
	out AvlNet.Region outRegion
)

Parameters

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

Description

Loop version of RegionUnion.

Errors

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

See also