Double-click anywhere on the canvas to create a Code Block.
The Code Block is your bread and butter node for your Dynamo Scripts. You can input code to represent letters, numbers, a sequence, and much more.
For example, you can use quotes to represent a string.
You can create a repeating sequence by entering X..Y..Z where "X" is the first number of the sequence , "Y" is last number of the sequence, and "Z" is the difference between numbers in the sequence.
You can enter only X..Y, and all numbers in the sequence between X and Y will be created.
0 Comments