Test Edge Index
 
 
 

Returns a set of Boolean values per edge based on a number of possible tests.

Additionally, it can return the highest value of any per-edge attribute among the edges that pass the test.

Tasks: Topology/Conditionals

Output Ports: Result, Per_Object_Single_Value

Mode

The type of test to perform:

  • Is Element checks whether the edge is a member of a cluster or against a per-edge Boolean attribute.
  • String Array checks whether the edge index is included in a string.
  • Integer Array checks whether the edge index is included in an array.
  • Comparison tests the index against a single value.

Cluster Name

Connect the name of a cluster, if Mode is Is Element.

Is Element

As an alternative to specifying the cluster name, connect the cluster's IsElement attribute or any other Boolean value.

String Array

If Mode is String Array, enter a comma or whitespace-separated list of integers. You can also use a range notation.

Integer Array

If Mode is Integer Array, connect an array of integers.

Compare

If Mode is Comparison, compares the edge indices against the specified integer.

Type

Choose the comparison to perform.

Edge Index

Specify a value to compare with the edge index.

Per Edge Single Value

Connect any per-edge attribute. The highest value among the edges that pass the test will be returned by the Per_Object_Single_Value port.