User Interface
Last updated
Last updated
The User Interface (UI) for Dynamo is organized into five main regions. We will briefly cover the overview here and further explain the Workspace and Library in the following sections.
Menus
Toolbar
Library
Workspace
Execution bar
Here are Menus for basic functionality of the Dynamo application. Like most Windows software, the first two menus related to managing files, operations for selection and content editing. The remaining menus are more specific to Dynamo.
General info and settings can be found on the Dynamo drop down menu.
About - Find out the Dynamo version installed on your machine.
Agreement to Collect Usability Data - This allows you to opt-in or out for sharing your user data to improve Dynamo.
Preferences - Includes settings such as define the application's decimal point precision and geometry render quality.
Exit Dynamo
If you're stuck, check out the Help Menu. You may access one of the Dynamo reference websites through your internet browser.
Getting Started - A brief introduction to using Dynamo.
Interactive Guides -
Samples - Reference example files.
Dynamo Dictionary - Resource with documentation on all nodes.
Dynamo Website - View the Dynamo Project on GitHub.
Dynamo Project Wiki - Visit the wiki for learning about development using the Dynamo API, supporting libraries and tools.
Display Start Page - Return to the Dynamo start page when within a document.
Report A Bug - Open an Issue on GitHub.
Dynamo's Toolbar contains a series of buttons for quick access to working with files as well as Undo [Ctrl + Z] and Redo [Ctrl + Y] commands. On the far right is another button that will export a snapshot of the workspace, which is extremely useful for documentation and sharing.
The Dynamo Library is a collection of functional libraries, each Library containing Nodes grouped by Category. It consists basic libraries which are added during default installation of Dynamo, as we continue to introduce its usage, we will demonstrate how to extend the base functionality with Custom Nodes and additional Packages. The Library section will cover a more detailed guidance on using it.
The Workspace is where we compose our visual programs, you may also change its Preview setting to view the 3D geometries from here. Refer Workspace for more details.
Run your Dynamo script from here. Click the dropdown icon on the Execution button to change between the different modes.
Automatic: Runs your script automatically. Changes are updated in realtime.
Manual: Script only runs when the 'Run' button is clicked. Useful for making changes to a complicated and 'heavy' script.
Periodic: This option is grayed out by default. Only available when the DateTime.Now node is used. You can set the graph to run automatically at a specified interval.
New - Create a new .dyn file
Open - Open an existing .dyn (workspace) or .dyf (custom node) file
Save/Save As - Save your active .dyn or .dyf file
Undo - Undo your last action
Redo - Redo the next action
Export Workspace as Image - Export the visible workspace as a PNG file