Houdini 20.0 Nodes APEX Nodes

Or

Performs a logical OR operation.

On this page
Since 20.0

The OR operation performs logical disjunction. If any of the input values are True, then the result it True. If all inputs are False, then the result is False.

Input Output
A B A OR B
True True True
True False True
False True True
False False False

Inputs

inputs: VariadicArg<Bool>

Variadic input of logical values.

Outputs

result: Bool

Computed logical value.

See also

APEX Nodes