You are here: Start » AVL.NET » AVL.RegionIntersection_OfLoop(AvlNet.RegionIntersection_OfLoopState, AvlNet.Region, AvlNet.Region)

AVL.RegionIntersection_OfLoop(AvlNet.RegionIntersection_OfLoopState, AvlNet.Region, AvlNet.Region)

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

ioState
Type: AvlNet.RegionIntersection_OfLoopState
inRegion
Type: AvlNet.Region
outRegion
Type: AvlNet.Region

Description

Loop version of RegionIntersection.

Errors

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

See also