Designscript testing blocks

designscript_basics.dyn (116.9 KB)


Hello Dynos,

I try to practice block by block. Designscript.io is the origin of Dynamo. Some blocks work and some not!
How have I to change the context. Some blocks needs lists even to work correctly!

What is the command “imperative” how can I use it… … I hope you can even open .dyn file please open in “manuel” mode!

KR

Andreas

Some Documentation

DesignScript_user_manual_0.1.pdf (1.2 MB)
DesignScriptDocumentation.pdf (705.5 KB)

(Ps In Dynamo 2.0 there ar a few changes)

1 Like

Thank you very much, particulary the second link is usefull! Because I have to understand the Syntax after that I can start

1 Like

I had a look and definitely, that’s really clear and useful. Thanks

1 Like


How can I run a definiton… what could be a usefull example?
How can I make it visible?

KR

Andreas

You setup a definition to not draw strings

image

1 Like

Thank you! it is again a small (very) step forward. It seems to be that Definition are not endles like variables a,b,c,d,e,… . How much definions are disponible?

KR

Andreas

To be honest I have no ides what you mean by that…

The name of your definition can be quite long and complex so you shouldn’t run into limitations with this:
image

1 Like

I have no programming background

What I mean I can say in the case of varaibles:
a = 0, x = 1, y = 3.14159, u = “What?”,…

definiton?

def(x), def foo, def ???

… i understand, a variable is a value, a definition can include funktion of diferent things

Try and go back and read the documentation you were provided, all the answers are there, but you need to understand or learn some coding syntax to use it…