For the complete documentation index, see llms.txt. This page is also available as Markdown.

Geometry with DesignScript

In this section, you will find a series of lessons on the creation of geometry with DesignScript. Follow along by copying the example DesignScript into Dynamo Code Blocks.

// copy this code into a Code Block
// to start writing DesignScript

x = "Let's create some geometry!";

Last updated