Returns a set of Boolean values per vertex based on a number of possible tests.
Additionally, it can return the highest value of any per-vertex attribute among the vertices that pass the test.
Tasks: Topology/Conditionals
Output Ports: Result, Per_Object_Single_Value
|
The type of test to perform:
- checks whether the vertex is a member of a cluster or against a per-vertex Boolean attribute.
- checks whether the vertex index is included in a string.
- checks whether the vertex index is included in an array.
- tests the index against a single value.
|
|
Connect the name of a cluster, if Mode is Is Element.
|
|
As an alternative to specifying the cluster name, connect the cluster's IsElement attribute value or any other Boolean value.
|
|
If Mode is String Array, enter a comma or whitespace-separated list of integers. You can also use a range notation.
|
|
If Mode is Integer Array, connect an array of integers.
|
Compare
If Mode is Comparison, compares the vertex indices against the specified integer.
|
Choose the comparison to perform.
|
|
Specify a value to compare with the vertex index.
|
|
Connect any per-vertex attribute. The highest value among the vertices that pass the test will be returned by the Per_Object_Single_Value
port.
|