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
What is the syntax for adding a variable to a number
Add a # sign and then a letter. So 0..20..#a
How do we establish a grid?
Set lacing to crossover .
How do we switch from rows too columns
Use the transpose function
What type of geometry defines a polygon ?
A circle
In geometry what is a normal ?
A normal is an object such as a line or vector that is perpendicular to the given object.
How do you add a mathematical formula ?
You add an operator.
What node is used to merge lists?
The list create node.
How do we create a surface from a close boundary?
You use the surface by patch node .
How do we get a list of family types ?
Use the family types node.
How do we create a family by point ?
Use the node family instance by point.
How do we round uneven numbers down to the nearest integer?
Use the maths floor node.
What node do we use to select an element ?
Select model element .
What does coplanar mean?
Lying or occurring in the same plane.
What node do we use for points by xyz
Points by coordinate .
What node do we use to put planes on points ?
Plane by origin normal and collect the points. Then assign the vector for example Vector Z axis
If we want to apply a new function to a list what node would we use?
List map