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

Invoke.MakeRegionConditional

Computes a region feature, checks whether its value is in range and creates a conditional region on this basis.

Namespace:Avl
Assembly:AvlNet.dll

Syntax

C++
C#
 
public static void MakeRegionConditional
(
	Avl.Region inRegion,
	Avl.RegionFeature inFeature,
	Optional<float> inMinimum,
	Optional<float> inMaximum,
	Conditional<Avl.Region> outConditionalRegion
)

Parameters

Name Type Range Default Description
inRegionAvl.RegionInput region.
inFeatureAvl.RegionFeatureRegion feature value to be computed.
inMinimumAtl.Optional<float>Lowest value of the range. Default value: atl::NIL.
inMaximumAtl.Optional<float>Highest value of the range. Default value: atl::NIL.
outConditionalRegionAtl.Conditional<Avl.Region>The region if the condition is met or nothing otherwise.

See also