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

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
inPathAvl.PathInput path.
inFeatureAvl.PathFeaturePath 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.
outConditionalPathAtl.Conditional<Avl.Path>The path if the condition is met or nothing otherwise.

See also