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

AVS.TestRegionIntersectsWith Method

Tests whether two regions have non-empty intersection.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

public static void TestRegionIntersectsWith
(
	AvlNet.Region inRegion,
	AvlNet.Region inReferenceRegion,
	out bool outRegionsIntersect
)

Parameters

Name Type Range Default Description
inRegionAvlNet.RegionInput region.
inReferenceRegionAvlNet.Region
outRegionsIntersectbool

See also