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

Invoke.RegionIntersection_OfLoop

Computes the common part of regions appearing in consecutive iterations.

Namespace:Avl
Assembly:AvlNet.dll

Syntax

C++
C#
 
public static void RegionIntersection_OfLoop
(
	Avl.RegionCombinators_OfLoopState ioState,
	Avl.Region inRegion,
	Avl.Region outRegion
)

Parameters

Name Type Range Default Description
ioStateAvl.RegionCombinators_OfLoopState
inRegionAvl.RegionInput region.
outRegionAvl.RegionOutput region.

See also