Conditional Object
Allows for branching on boolean Tcl expressions.
Examples
Tutorial 9

Summary
The conditional object evaluates Tcl boolean expressions in its output ports. A Boolean expression is an expression that is either true or false. The leftmost port is evaluated first. If the expression evaluates to "true", the dialog immediately branches without considering the other ports. The ports are evaluated left to right. Inserting a "1" in the rightmost port will provide a guaranteed branch if the other expressions all evaluate to false.

Context Menu
Properties... Opens the properties dialog.
Add Port Creates an additional red output port.
Cut Deletes object and copies it to the clipboard
Copy Copies the object to the clipboard
Delete Deletes the object
Rename Renames the object.