forked from DynamoDS/DynamoPrimer
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #29 from modelab/Scripting_Strategies--PS
Scripting strategies ps
- Loading branch information
Showing
14 changed files
with
549 additions
and
255 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,72 +1,72 @@ | ||
# Summary | ||
|
||
* [About](README.md) | ||
* [Introduction](01_Introduction/1_introduction.md) | ||
* [What is Visual Programming?](01_Introduction/1-1_what_is_visual_programming.md) | ||
* [What is Dynamo?](01_Introduction/1-2_what_is_dynamo.md) | ||
* [Dynamo in Action](01_Introduction/1-3_dynamo_in_action.md) | ||
* [Hello Dynamo!](02_Hello-Dynamo/2_hello_dynamo.md) | ||
* [Installing and Launching Dynamo](02_Hello-Dynamo/2-1_launching_dynamo.md) | ||
* [The User Interface](02_Hello-Dynamo/2-2_the_dynamo_ui.md) | ||
* [The Workspace](02_Hello-Dynamo/2-3_the_workspace.md) | ||
* [Getting Started](02_Hello-Dynamo/2-6_the_quick_start_guide.md) | ||
* [The Anatomy of a Visual Program](03_Anatomy-of-a-Dynamo-Definition/3_anatomy-of-a-dynamo-definition.md) | ||
* [Nodes](03_Anatomy-of-a-Dynamo-Definition/3-1_dynamo_nodes.md) | ||
* [Wires](03_Anatomy-of-a-Dynamo-Definition/3-3_wiring_programs.md) | ||
* [Library](03_Anatomy-of-a-Dynamo-Definition/3-2_dynamo_libraries.md) | ||
* [Managing Your Program](03_Anatomy-of-a-Dynamo-Definition/3-4_best_practices.md) | ||
* [Managing Your Data with Presets](03_Anatomy-of-a-Dynamo-Definition/3-5_presets.md) | ||
* [The Building Blocks of Programs](04_The-Building-Blocks-of-Programs/4_the-building-blocks-of-programs.md) | ||
* [Data](04_The-Building-Blocks-of-Programs/4-1_data.md) | ||
* [Math](04_The-Building-Blocks-of-Programs/4-2_math.md) | ||
* [Logic](04_The-Building-Blocks-of-Programs/4-3_logic.md) | ||
* [Strings](04_The-Building-Blocks-of-Programs/4-4_strings.md) | ||
* [Color](04_The-Building-Blocks-of-Programs/4-5_color.md) | ||
* [Geometry for Computational Design](05_Geometry-for-Computational-Design/5_geometry-for-computational-design.md) | ||
* [Geometry Overview](05_Geometry-for-Computational-Design/5-1_geometry-overview.md) | ||
* [Vectors](05_Geometry-for-Computational-Design/5-2_vectors.md) | ||
* [Points](05_Geometry-for-Computational-Design/5-3_points.md) | ||
* [Curves](05_Geometry-for-Computational-Design/5-4_curves.md) | ||
* [Surfaces](05_Geometry-for-Computational-Design/5-5_surfaces.md) | ||
* [Solids](05_Geometry-for-Computational-Design/5-6_solids.md) | ||
* [Meshes](05_Geometry-for-Computational-Design/5-7_meshes.md) | ||
* [Importing Geometry](05_Geometry-for-Computational-Design/5-8_importing.md) | ||
* [Designing with Lists](06_Designing-with-Lists/6_designing-with-lists.md) | ||
* [What's a List](06_Designing-with-Lists/6-1_whats-a-list.md) | ||
* [Working with Lists](06_Designing-with-Lists/6-2_working-with-lists.md) | ||
* [Lists of Lists](06_Designing-with-Lists/6-3_lists-of-lists.md) | ||
* [n-Dimensional Lists](06_Designing-with-Lists/6-4_n-dimensional-lists.md) | ||
* [Code Blocks and DesignScript](07_Code-Block/7_Code-Blocks-and-Design-Script.md) | ||
* [What's a Code Block](07_Code-Block/7-1_what-is-a-code-block.md) | ||
* [DesignScript Syntax](07_Code-Block/7-2_Design-Script-syntax.md) | ||
* [Shorthand](07_Code-Block/7-3_shorthand.md) | ||
* [Functions](07_Code-Block/7-4_functions.md) | ||
* [Dynamo for Revit](08_Dynamo-for-Revit/8_Dynamo-for-Revit.md) | ||
* [The Revit Connection](08_Dynamo-for-Revit/8-1_The-Revit-Connection.md) | ||
* [Selecting](08_Dynamo-for-Revit/8-2_Selecting.md) | ||
* [Editing](08_Dynamo-for-Revit/8-3_Editing.md) | ||
* [Creating](08_Dynamo-for-Revit/8-4_Creating.md) | ||
* [Customizing](08_Dynamo-for-Revit/8-5_Customizing.md) | ||
* [Documenting](08_Dynamo-for-Revit/8-6_Documenting.md) | ||
* [Custom Nodes](09_Custom-Nodes/9_Custom-Nodes.md) | ||
* [Custom Node Introduction](09_Custom-Nodes/9-1_Introduction.md) | ||
* [Creating a Custom Node](09_Custom-Nodes/9-2_Creating.md) | ||
* [Publishing to Your Library](09_Custom-Nodes/9-3_Library.md) | ||
* [Python Nodes](09_Custom-Nodes/9-4_Python.md) | ||
* [Python and Revit](09_Custom-Nodes/9-5_Python-Revit.md) | ||
* [Packages](10_Packages/10-Packages.md) | ||
* [Package Introduction](10_Packages/10-1_Introduction.md) | ||
* [Package Case Study - Mesh Toolkit](10_Packages/10-2_Mesh-Toolkit.md) | ||
* [Developing a Package](10_Packages/10-3_Developing.md) | ||
* [Publishing a Package](10_Packages/10-4_Publishing.md) | ||
* [Zero-Touch Importing](10_Packages/10-5_Zero-Touch.md) | ||
* [Web Experience](11_Web_Experience/11-1_Introduction.md) | ||
* [Web Experience Introduction](11_Web_Experience/11-1_Introduction.md) | ||
* [Send to Web](11_Web_Experience/11-2_Send_to_Web.md) | ||
* [Customizer View](11_Web_Experience/11-3_Customizer_View.md) | ||
* [Appendix](Appendix/A_appendix.md) | ||
* [Resources](Appendix/A-1_resources.md) | ||
* [Index of Nodes](Appendix/A-2_index-of-nodes.md) | ||
* [Useful Packages](Appendix/A-3_packages.md) | ||
* [Example Files](Appendix/A-4_example-files.md) | ||
|
||
# Summary | ||
|
||
* [About](README.md) | ||
* [Introduction](01_Introduction/1_introduction.md) | ||
* [What is Visual Programming?](01_Introduction/1-1_what_is_visual_programming.md) | ||
* [What is Dynamo?](01_Introduction/1-2_what_is_dynamo.md) | ||
* [Dynamo in Action](01_Introduction/1-3_dynamo_in_action.md) | ||
* [Hello Dynamo!](02_Hello-Dynamo/2_hello_dynamo.md) | ||
* [Installing and Launching Dynamo](02_Hello-Dynamo/2-1_launching_dynamo.md) | ||
* [The User Interface](02_Hello-Dynamo/2-2_the_dynamo_ui.md) | ||
* [The Workspace](02_Hello-Dynamo/2-3_the_workspace.md) | ||
* [Getting Started](02_Hello-Dynamo/2-6_the_quick_start_guide.md) | ||
* [The Anatomy of a Visual Program](03_Anatomy-of-a-Dynamo-Definition/3_anatomy-of-a-dynamo-definition.md) | ||
* [Nodes](03_Anatomy-of-a-Dynamo-Definition/3-1_dynamo_nodes.md) | ||
* [Wires](03_Anatomy-of-a-Dynamo-Definition/3-3_wiring_programs.md) | ||
* [Library](03_Anatomy-of-a-Dynamo-Definition/3-2_dynamo_libraries.md) | ||
* [Managing Your Program](03_Anatomy-of-a-Dynamo-Definition/3-4_best_practices.md) | ||
* [Managing Your Data with Presets](03_Anatomy-of-a-Dynamo-Definition/3-5_presets.md) | ||
* [The Building Blocks of Programs](04_The-Building-Blocks-of-Programs/4_the-building-blocks-of-programs.md) | ||
* [Data](04_The-Building-Blocks-of-Programs/4-1_data.md) | ||
* [Math](04_The-Building-Blocks-of-Programs/4-2_math.md) | ||
* [Logic](04_The-Building-Blocks-of-Programs/4-3_logic.md) | ||
* [Strings](04_The-Building-Blocks-of-Programs/4-4_strings.md) | ||
* [Color](04_The-Building-Blocks-of-Programs/4-5_color.md) | ||
* [Geometry for Computational Design](05_Geometry-for-Computational-Design/5_geometry-for-computational-design.md) | ||
* [Geometry Overview](05_Geometry-for-Computational-Design/5-1_geometry-overview.md) | ||
* [Vectors](05_Geometry-for-Computational-Design/5-2_vectors.md) | ||
* [Points](05_Geometry-for-Computational-Design/5-3_points.md) | ||
* [Curves](05_Geometry-for-Computational-Design/5-4_curves.md) | ||
* [Surfaces](05_Geometry-for-Computational-Design/5-5_surfaces.md) | ||
* [Solids](05_Geometry-for-Computational-Design/5-6_solids.md) | ||
* [Meshes](05_Geometry-for-Computational-Design/5-7_meshes.md) | ||
* [Importing Geometry](05_Geometry-for-Computational-Design/5-8_importing.md) | ||
* [Designing with Lists](06_Designing-with-Lists/6_designing-with-lists.md) | ||
* [What's a List](06_Designing-with-Lists/6-1_whats-a-list.md) | ||
* [Working with Lists](06_Designing-with-Lists/6-2_working-with-lists.md) | ||
* [Lists of Lists](06_Designing-with-Lists/6-3_lists-of-lists.md) | ||
* [n-Dimensional Lists](06_Designing-with-Lists/6-4_n-dimensional-lists.md) | ||
* [Code Blocks and DesignScript](07_Code-Block/7_Code-Blocks-and-Design-Script.md) | ||
* [What's a Code Block](07_Code-Block/7-1_what-is-a-code-block.md) | ||
* [DesignScript Syntax](07_Code-Block/7-2_Design-Script-syntax.md) | ||
* [Shorthand](07_Code-Block/7-3_shorthand.md) | ||
* [Functions](07_Code-Block/7-4_functions.md) | ||
* [Dynamo for Revit](08_Dynamo-for-Revit/8_Dynamo-for-Revit.md) | ||
* [The Revit Connection](08_Dynamo-for-Revit/8-1_The-Revit-Connection.md) | ||
* [Selecting](08_Dynamo-for-Revit/8-2_Selecting.md) | ||
* [Editing](08_Dynamo-for-Revit/8-3_Editing.md) | ||
* [Creating](08_Dynamo-for-Revit/8-4_Creating.md) | ||
* [Customizing](08_Dynamo-for-Revit/8-5_Customizing.md) | ||
* [Documenting](08_Dynamo-for-Revit/8-6_Documenting.md) | ||
* [Custom Nodes](09_Custom-Nodes/9_Custom-Nodes.md) | ||
* [Custom Node Introduction](09_Custom-Nodes/9-1_Introduction.md) | ||
* [Creating a Custom Node](09_Custom-Nodes/9-2_Creating.md) | ||
* [Publishing to Your Library](09_Custom-Nodes/9-3_Library.md) | ||
* [Python Nodes](09_Custom-Nodes/9-4_Python.md) | ||
* [Python and Revit](09_Custom-Nodes/9-5_Python-Revit.md) | ||
* [Scripting Strategies](09_Custom-Nodes/9-6_Scripting Strategies.md) | ||
* [Packages](10_Packages/10-Packages.md) | ||
* [Package Introduction](10_Packages/10-1_Introduction.md) | ||
* [Package Case Study - Mesh Toolkit](10_Packages/10-2_Mesh-Toolkit.md) | ||
* [Developing a Package](10_Packages/10-3_Developing.md) | ||
* [Publishing a Package](10_Packages/10-4_Publishing.md) | ||
* [Zero-Touch Importing](10_Packages/10-5_Zero-Touch.md) | ||
* [Web Experience](11_Web_Experience/11-1_Introduction.md) | ||
* [Web Experience Introduction](11_Web_Experience/11-1_Introduction.md) | ||
* [Send to Web](11_Web_Experience/11-2_Send_to_Web.md) | ||
* [Customizer View](11_Web_Experience/11-3_Customizer_View.md) | ||
* [Appendix](Appendix/A_appendix.md) | ||
* [Resources](Appendix/A-1_resources.md) | ||
* [Index of Nodes](Appendix/A-2_index-of-nodes.md) | ||
* [Useful Packages](Appendix/A-3_packages.md) | ||
* [Example Files](Appendix/A-4_example-files.md) |