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

AVL.MakePathConditional Method

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

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

public static void MakePathConditional(
	AvlNet.Path inPath,
	AvlNet.PathFeature inFeature,
	float? inMinimum,
	float? inMaximum,
	out AvlNet.Path outConditionalPath
)

Parameters

Name Type Range Default Description
inPathAvlNet.PathInput path.
inFeatureAvlNet.PathFeaturePath feature value to be computed.
inMinimumfloat?Lowest value of the range. Default value: atl::NIL, or null.
inMaximumfloat?Highest value of the range. Default value: atl::NIL, or null.
outConditionalPathAvlNet.PathThe path if the condition is met or nothing otherwise.

See also