Add, subtract, or average values in a list of input attributes. The Plus Minus Average utility has three parts—two or more input attributes, an operator that you apply to these input attributes, and an output attribute that holds the result of the operation.
Find this utility in the Create Bar (see Hide, resize or customize the Create bar).
To use this utility, see Use the Plus Minus Average utility.
Calculates the difference between one element in the list and another element in the list, as in the following formula:
Output = Input3D[1] - Input3D[2]
For example, if you want to subtract Input3D[1] from Input3D[2] of multi-attribute nodes, make the necessary connections using the right mouse button in the Connection Editor and then select Subtract.
Adds the values in each Input attribute and divides the result by the number of input attributes, as in the following formula:
Output = (Input1 + Input2 + ... + InputN)/N
where N is the number of input attributes.
For example, if there are seven input values in the list, the values for each input in the list ranging from one to seven are added and the result is divided by seven.