Commands in Code Block

Dear all,

I want to learn more about how to use commands in Code Block and what a code meaning when I enter to Code Block like: name, num, wsNames,…
Please help me, where can I find all of them? and how to understand the meaning of these commands

Many thanks for your help!

1 Like

Start with the Dynamo Primer
https://primer.dynamobim.org/07_Code-Block/7_Code-Blocks-and-Design-Script.html

2 Likes

https://www.google.com/url?sa=t&source=web&rct=j&url=https://dynamobim.org/wp-content/links/DesignScriptGuide.pdf&ved=2ahUKEwiJwq3A68TwAhVj9OAKHQdpADMQFjAAegQIBBAC&usg=AOvVaw3aojU2W6QdMBlSA6yon4Dt

The text language of code blocks at one point was called DesignScript. If you search design script language guide pdf on Google you will find a few.

1 Like

Node to Code is also your best friend. It will convert a node and inputs to a DesignScript codeblock.

3 Likes

Thanks @Steven
Thanks @simon_murphy1
Thanks @Nick_Boyts