Basic Features XPresso XPresso Nodes Boole (Group) Bool Operator
Function available in CINEMA 4D Prime, Visualize, Broadcast, Studio & BodyPaint 3D
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 ports are True, the output will be True. Otherwise, the output is False. NXOR performs the reverse operation of XOR.