You are here: Start » AVL.NET » AVL.MakeRegionConditional Method

AVL.MakeRegionConditional Method

Computes region feature and checks whether its value is in range.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

public static void MakeRegionConditional(
	AvlNet.Region inRegion,
	AvlNet.RegionFeature inFeature,
	out AvlNet.Region outConditionalRegion
)

Parameters

Name Type Range Default Description
inRegionAvlNet.RegionInput region.
inFeatureAvlNet.RegionFeatureRegion feature value to be computed.
outConditionalRegionAvlNet.RegionThe region if the condition is met or nothing otherwise.

See also