D
D
Dynamo
English
Primer for v2.0
Search…
⌃K
Links
English
About
Introduction
Setup for Dynamo
User Interface
Nodes and Wires
Essential Nodes & Concepts
Custom Nodes & Packages
Dynamo for Revit
Coding in Dynamo
Code Blocks and DesignScript
Geometry with DesignScript
DesignScript Geometry Basics
Geometric Primitives
Vector Math
Curves: Interpolated and Control Points
Translation, Rotation, and Other Transformations
Surfaces: Interpolated, Control Points, Loft, Revolve
Geometric Parameterization
Intersection and Trim
Geometric Booleans
Python Point Generators
Python
Best Practices
Sample Workflows
Appendix
Powered By GitBook

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!";
Previous
Functions
Next
DesignScript Geometry Basics
Last modified 9mo ago
Export as PDF
Copy link
Edit on GitHub