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

AVS.RegionIntersection Method

Computes the common part of two regions.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

public static void RegionIntersection
(
	AvlNet.Region inRegion1,
	AvlNet.Region inRegion2,
	AvlNet.Region outRegion
)

Parameters

Name Type Range Default Description
inRegion1AvlNet.RegionFirst input region.
inRegion2AvlNet.RegionSecond input region.
outRegionAvlNet.RegionOutput region.

See also