Fundamentals Flashcards
What is the work area in dynamo called
Workspace
How do you enter 3D view mode
Control key G
What is a dynamo program called
A definition
How do you rename a node?
Right click on the node and go to rename node
What type of values can a number hold
Numerical and integral
What are the inputs and outputs of nodes called
Ports
What are mathematical functions called
Operators
What section is the watch node in
Core
What does an integer slider do
Returns whole numbers
What is the syntax for adding a list to a number
Number dot dot number
What is the first number in a list
Zero
How do we specify the number of values in the list
Add the # sign. So 2..6..#10
How do we specify the number of values and the increments in a number
Add the # sign to the second value, so 2..#6..10
What does lacing do
It determines how an input port should use the incoming data
What is it called when we add a # sign and a letter to a number
Variable