UtilityTraversability

A set of options controlling what objects are evaluated or returned during a tracing operation. UtilityTraversability is set in the UtilityTraceConfiguration.

Since

200.1.0

Constructors

Link copied to clipboard
constructor()

Creates an UtilityTraversability object with default values.

Properties

Link copied to clipboard

A condition object specifying when to traverse a node or its subnodes.

Link copied to clipboard

A collection of UtilityTraceFunctionBarrier objects. If any of these objects evaluates to true, further traversal is terminated.

Link copied to clipboard

Determines whether traversability criteria are evaluated on edges, junctions, or both. The default value is UtilityTraversabilityScope.JunctionsAndEdges.