Houdini 20.0 Nodes VOP nodes

Two Way Switch VOP node

Takes an integer input.

This operator takes an integer input. If this input value satisfies the Condition parameter, the output is set equal to the first input value. If the integer input does not satisfy the Condition parameter, the output is set equal to the second input value. This provides a simple way to switch between two values and simulate an if-then-else construct.

See also

VOP nodes