Fundamentals Flashcards

0
Q

What is the work area in dynamo called

A

Workspace

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
1
Q

How do you enter 3D view mode

A

Control key G

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What is a dynamo program called

A

A definition

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

How do you rename a node?

A

Right click on the node and go to rename node

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

What type of values can a number hold

A

Numerical and integral

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

What are the inputs and outputs of nodes called

A

Ports

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

What are mathematical functions called

A

Operators

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

What section is the watch node in

A

Core

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

What does an integer slider do

A

Returns whole numbers

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

What is the syntax for adding a list to a number

A

Number dot dot number

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

What is the first number in a list

A

Zero

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

How do we specify the number of values in the list

A

Add the # sign. So 2..6..#10

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

How do we specify the number of values and the increments in a number

A

Add the # sign to the second value, so 2..#6..10

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

What does lacing do

A

It determines how an input port should use the incoming data

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

What is it called when we add a # sign and a letter to a number

A

Variable

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

What is the syntax for adding a variable to a number

A

Add a # sign and then a letter. So 0..20..#a

16
Q

How do we establish a grid?

A

Set lacing to crossover .

17
Q

How do we switch from rows too columns

A

Use the transpose function

18
Q

What type of geometry defines a polygon ?

A

A circle

19
Q

In geometry what is a normal ?

A

A normal is an object such as a line or vector that is perpendicular to the given object.

20
Q

How do you add a mathematical formula ?

A

You add an operator.

21
Q

What node is used to merge lists?

A

The list create node.

22
Q

How do we create a surface from a close boundary?

A

You use the surface by patch node .

23
Q

How do we get a list of family types ?

A

Use the family types node.

24
Q

How do we create a family by point ?

A

Use the node family instance by point.

25
Q

How do we round uneven numbers down to the nearest integer?

A

Use the maths floor node.

26
Q

What node do we use to select an element ?

A

Select model element .

27
Q

What does coplanar mean?

A

Lying or occurring in the same plane.

28
Q

What node do we use for points by xyz

A

Points by coordinate .

29
Q

What node do we use to put planes on points ?

A

Plane by origin normal and collect the points. Then assign the vector for example Vector Z axis

30
Q

If we want to apply a new function to a list what node would we use?

A

List map