From the course: Dynamo 2.x Essential Training

Unlock the full course today

Join today to access over 22,600 courses taught by industry experts or purchase this course individually.

Generating lists with sequence and range

Generating lists with sequence and range

From the course: Dynamo 2.x Essential Training

Start my 1-month free trial

Generating lists with sequence and range

- [Instructor] The list create node, which we covered in the last video, is just one method of constructing a list in Dynamo. Now, let's take a look at two functions that can be used to generate a list of numbers rather than specifying numbers and adding them to a list one at a time. If we head back over to the list generate section of the node library, we're going to drop in a Sequence and a Range node. To keep our graph from getting too messy, I'm going to drag the Sequence and the Range nodes down just a little bit. Now, both the Sequence and the Range nodes, both takes three numbers inputs. Let's go ahead and plug all three of our Integer Sliders into the Sequence and the Range inputs and we'll compare what comes out on the other end. Now that we connected all three of our Integer Sliders to both the Sequence and the Range nodes, let's compare how the outputs of both the Sequence and Range nodes are different. Notice that the Sequence node outputs 10 numbers. Remember, we start…

Contents