Skip to content

Commit

Permalink
Merge branch 'DynamoDS:master' into master
Browse files Browse the repository at this point in the history
  • Loading branch information
johnpierson authored Aug 5, 2022
2 parents 1e01c9a + 298235c commit 35363d4
Show file tree
Hide file tree
Showing 28 changed files with 1,064 additions and 24 deletions.
19 changes: 4 additions & 15 deletions 03-hello-GD-For-Revit/03-01_installing-GD-For-Revit.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,35 +2,24 @@

The generative design toolset is available to all AEC Collections subscribers starting with Revit 2021.

[https://www.autodesk.com/solutions/refinery-beta](https://www.autodesk.com/solutions/refinery-beta)
[https://www.autodesk.com/solutions/generative-design/](https://www.autodesk.com/collections/architecture-engineering-construction/building-design?plc=AECCOL&term=1-YEAR&support=ADVANCED&quantity=1#internal-link-generative-design-in-revit)

<img src="../assets/hello/install1.png" style="width:200px;"/>

<img src="../assets/hello/install2.png" style="width:200px;"/>

## The Generative Design Community

After signing up for the beta version, you'll be presented with an overview of the Generative Design community. From there, you can do the following:
The Generative Design Community is part of the Dynamo community. Visit, https://forum.dynamobim.com/c/generative-design/21 to setup your account with your Autodesk credentials to gain access to:

* Access detailed instructions on getting started and installation.
* Access demo/sample files.
* Access further learning resources.
* Provide feedback and ask questions to the AEC Generative Design team.
* Discuss and collaborate with fellow Generative Design community members.

Any new releases of Generative Design will be available to download and install from this location too.

<img src="../assets/hello/install3.png" style="width:200px;"/>

_Above: The Generative Design community homepage._

## Installing Generative Design for Revit and Dynamo

To install the latest version of Generative Design, go to the 'Getting Started' section on Autodesk, where you'll see the latest pre-requisites for Generative Design.

After making sure you have all the initial requirements, please follow the step-by-step guide in the install section.

<img src="../assets/hello/install4.png" style="width:200px;"/>

_Above: The Generative Design beta community Getting Started instructions page._
Starting with Revit 2021, Generative Design is available to all AEC Collection Subscribers and can be found in the Autodesk Desktop App or manage.autodesk.com.

After you have Generative Design for Revit installed, feel free to explore all of the learning resources on the [help guide](https://help.autodesk.com/view/RVT/2022/ENU/?guid=GUID-4E62D48A-783C-45F7-BD0D-F58E986E93F8).
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ To set up a Dynamo graph for use with generative design tools, right-click on ea
2. Rename the node as explained above.
3. For slider nodes set values for Min, Max, and Step values.

_Note: Currently all inputs must be 'Number' or 'Integer' slider, 'Boolean', or 'Revit Selection' nodes._
_Note: Current supported inputs include 'Number' or 'Integer' slider, 'Boolean', 'Number', 'string' or 'Revit Selection' nodes._

<img src="../assets/hello/setting1.png" style="width:200px;"/>

Expand All @@ -35,22 +35,24 @@ To create an export to use with Generative Design, please do the following:

<img src="../assets/hello/setting23.png" style="width:200px;"/>

_Note: Graphs with the same name will be overwritten._
_generative design will create a dependencies folder with relevant packages loaded_

<img src="../assets/hello/setting22.png" style="width:200px;"/>

## Launch Generative Design

To launch Generative Design, please do the following:

1. In Dynamo, navigate to the toolbar and select Generative Design &gt; Create Study.
1. In Revit, navigate to Manage > Generative Design > Create Study.

<img src="../assets/hello/setting21.png" style="width:200px;"/>

Once the Create Study dialog has launched, select a study type that you have exported from Dynamo.
Once the Create Study dialog has launched, you can map to your own folders where you saved your studies.

<img src="../assets/hello/setting3.png" style="width:200px;"/>

<img src="../assets/hello/setting4.png" style="width:200px;"/>

---

# Getting Creative with Inputs
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -114,5 +114,7 @@ In addition to the breakdown above, we have provided sample node groupings in th
</p>

The sample DYN to download is available here:

[_generative_template.dyn](../../assets/sample/_generative_template.dyn).

[_generative_template_2.13.dyn](../../assets/sample/_generative_template_2.13.dyn).
4 changes: 1 addition & 3 deletions 99-appendix/99-02_reference-material.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,12 @@
## Design Script

* [Dynamo DS language guide v1](https://dynamobim.org/wp-content/uploads/forum-assets/colin-mccroneautodesk-com/07/10/Dynamo_language_guide_version_1.pdf)
* [DesignScript user manual 0.1](http://designscript.io/DesignScript_user_manual_0.1.pdf)
* [DesignScript documentation](https://dynamobim.org/wp-content/links/DesignScriptGuide.pdf)
* [DesignScript class materials from BiLT conference](https://github.com/Amoursol/dynamoDesignScript) by [Sol Amour](https://github.com/Amoursol)

## Generative Design

* [Generative Design main page](https://www.autodesk.com/solutions/refinery-beta)
* [Generative Design beta project page](https://beta.autodesk.com/key/RefineryLanding)
* [Generative Design main page](https://www.autodesk.com/solutions/generative-design/architecture-engineering-construction)

## Generative Design

Expand Down
4 changes: 2 additions & 2 deletions SUMMARY.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,8 @@
* [Installing the Refinery Toolkit from the Dynamo Package Manager](03-hello-GD-For-Revit/03-05_refinery-toolkit/03-05-01_installing-the-refinery-toolkit-from-the-dynamo-package-manager.md)
* [Using the Refinery Toolkit ](03-hello-GD-For-Revit\03-05_refinery-toolkit\03-05-02_using-the-refinery-toolkit.md)
* [Space Analysis for Dynamo](03-hello-GD-For-Revit/03-06_space-analysis/README.md)
* [Installing the Space Analysis for Dynamo package from the Dynamo Package Manager](03-hello-GD-For-Revit\03-06_space-analysis\03-06-01_installing-space-analysis-from-the-dynamo-package-manager.md)
* [Using the Space Analysis Package](03-hello-GD-For-Revit\03-06_space-analysis\03-06-02_using-the-space-analysis-package.md)
* [Installing the Space Analysis for Dynamo package from the Dynamo Package Manager](03-hello-GD-For-Revit/03-06_space-analysis/03-06-01_installing-space-analysis.md)
* [Using the Space Analysis Package](03-hello-GD-For-Revit/03-06_space-analysis/03-06-02_using-space-analysis.md)

* [Using Revit alongside Generative Design](03-hello-GD-For-Revit/03-07_using-revit-alongside-GD-For-Revit/README.md)
* [Using Data from Revit](03-hello-GD-For-Revit/03-07_using-revit-alongside-GD-For-Revit/03-07-01_using-data-from-revit.md)
Expand Down
Binary file modified assets/hello/inputs_dateTimePicker-01.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified assets/hello/inputs_dateTimePicker-02.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified assets/hello/install1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified assets/hello/install3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified assets/hello/revitandrefinery.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified assets/hello/setting1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified assets/hello/setting2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified assets/hello/setting21.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified assets/hello/setting22.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified assets/hello/setting23.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified assets/hello/setting3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/hello/setting4.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 35363d4

Please sign in to comment.