You are here: Start » AVL.NET » Invoke.MakePathConditional
Computes a path feature, checks whether its value is in range and creates a conditional path on this basis.
Namespace: | Avl |
---|---|
Assembly: | AvlNet.dll |
Syntax
C++
C#
public static void MakePathConditional ( Avl.Path inPath, Avl.PathFeature inFeature, Optional<float> inMinimum, Optional<float> inMaximum, Conditional<Avl.Path> outConditionalPath )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inPath | Avl.Path | Input path. | ||
![]() | inFeature | Avl.PathFeature | Path 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. | ||
![]() | outConditionalPath | Atl.Conditional<Avl.Path> | The path if the condition is met or nothing otherwise. |