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

AVS.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
(
	AvlNet.RegionCombinators_OfLoopState ioState,
	AvlNet.Region inRegion,
	AvlNet.Region outRegion
)

Parameters

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

See also