You are here: Start » AVL.NET » 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 | |
---|---|---|---|---|---|
![]() | inRegion | Avl.Region | Input region. | ||
![]() | inFeature | Avl.RegionFeature | Region feature value to be computed. | ||
![]() | inMinimum | Atl.Optional<float> | Lowest value of the range. Default value: atl::NIL. | ||
![]() | inMaximum | Atl.Optional<float> | Highest value of the range. Default value: atl::NIL. | ||
![]() | outConditionalRegion | Atl.Conditional<Avl.Region> | The region if the condition is met or nothing otherwise. |