What is a “String”

“In computer programming, a string is traditionally a sequence of characters…” Reference: https://en.wikipedia.org/wiki/String_(computer_science) In laymen’s terms, a string is basically “text”. It is equivalent to the “Text” type in Revit and the “Text” type in Excel. It can contain letters, numbers, and symbols. Though because strings are not specfically “numbers”, they cannot be used in Read more

dynamo-now-watch-node

Watch Node

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 Read more

Install BVN Package First

ElevateBIM recommends installing the BVN package first before installing other packages to maximize the benefits of the scripts available at DynamoNow. This is because the BVN package already contains several other packages within. Installing BVN first will make reinstalling more update to date packages easier rather than having to uninstall Read more