Houdini 20.5 Nodes APEX nodes

Or

Performs a logical OR operation.

On this page
Since 20.0

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

Input A

Input B

Output (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