The Watch node is a common node you will use on a regular basis with your Dynamo scripts. The function of this node is to simply display the results of any node connected to its input, which is the port on the left side. Although you can display results of any node by simply clicking the drop down within a node to display its results, the power of the watch node is its flexibility to be placed anywhere enabling you to clean up your script in the Dynamo interface. The Watch node can also be connected to other nodes down the line by connecting the right side port to the next node. This would take the results connected to the input, or the left-side port, into the next node connected to the right-side port. DynamoNow recommends using the Watch node to display all of your script results.
Tip: Double click the "Watch" node to rename the title to something that describes the results.
0 Comments