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

AVL.RegionIntersection_OfLoop Method

Computes the common part of regions appearing in consecutive iterations.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

public static void RegionIntersection_OfLoop(
	ref AvlNet.RegionIntersection_OfLoopState ioState,
	AvlNet.Region inRegion,
	out AvlNet.Region outRegion
)

Parameters

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

Description

Loop version of RegionIntersection.

Errors

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

See also