Your Ad Here

Reference XPresso XPresso Nodes Boole (Group) Bool Operator

Bool Operator

Basic Node Parameter

Node Properties

Function

AND

The output is True if all inputs are True. Otherwise, the output is False.

OR

The output is True if at least one input is True. Otherwise, the output is False.

XOR

The output is True if an odd number of inputs is True. Otherwise, the output is False.

NAND

If all inputs are True, the output is False. Otherwise, the output is True. NAND performs the reverse operation of AND.

NOR

If at least one input is True, the output is False. Otherwise, the output is True. NOR performs the reverse operation of OR.

NXOR

If an even number of input is True, the output is True. Otherwise, the output is False. NXOR performs the reverse operation of XOR.

Return to CINEMA 4D Index


Your Ad Here