Open navigation menu
Close suggestions
Search
Search
en
Change Language
Upload
Sign in
Sign in
Download free for days
0 ratings
0% found this document useful (0 votes)
136 views
Dynamo Visual Programming For Desing
manual de programación visual dynamo
Uploaded by
Wilo Chamorro
AI-enhanced title
Copyright
© © All Rights Reserved
Available Formats
Download as PDF or read online on Scribd
Download now
Download
Save Dynamo Visual Programming for Desing For Later
Download
Save
Save Dynamo Visual Programming for Desing For Later
0%
0% found this document useful, undefined
0%
, undefined
Embed
Share
Print
Report
0 ratings
0% found this document useful (0 votes)
136 views
Dynamo Visual Programming For Desing
manual de programación visual dynamo
Uploaded by
Wilo Chamorro
AI-enhanced title
Copyright
© © All Rights Reserved
Available Formats
Download as PDF or read online on Scribd
Download now
Download
Save Dynamo Visual Programming for Desing For Later
Carousel Previous
Carousel Next
Save
Save Dynamo Visual Programming for Desing For Later
0%
0% found this document useful, undefined
0%
, undefined
Embed
Share
Print
Report
Download now
Download
You are on page 1
/ 57
Search
Fullscreen
Dynamo: Visual Programming for Design Contents Description. Dynamo Visual Programming Getting Around in Dynamo ... ‘The Basics ‘The Dynamo Interface. A. Pulldown Menus... B, Search Bar. . Node Library Concepts, Definitions, Terminology Workspace. Nodes. Wires. Ports..Dynamo: Visual Programming for Design Program Flow... Directionality of Execution. Custom Nodes.. Examples.. Create a Point, or "Hello World!” In Dynamo Placing Families with Sequences, Ranges, Lines and Grids. Nested Lists and Basic Data Management... ‘Advanced Family Placement: Adaptive Components: Get and Set Family Instance Parameters.. Basic Math with the Formula Node.... Color. Data Interop. Attractor Pattern Python: Script a Sine Wave... Sharing and Reusing Algorithms with the Package Manager..jnsesemm Many More Examples... What Else Can Dynamo Do? .. Where to Learn More about Dynamo... Page 2 of 56Dynamo: Visual Programming for Design Description ‘These tutorial will demonstrate how to use Dynamo Visual Programming for Autodesk® Revit® software and Autodesk Vasari. The lab will provide users with resources and step-by-step examples for automating geometry creation, adjusting family parameters Using external data, and sharing information with different design platforms, Dynamo Visual Programming Computational Design refers to the ability to link creative problem solving with powerful and novel computational algorithms to automate, simulate, script, parameterize, and generate design solutions. Computational Design has had a profound impact on Architectural practice in recent years. Design practices, large and small, have begun to invest in new computational capabilities that allow them to customize their process and pursue new, innovative design agendas. Computation might be leveraged for a variety of tasks such as automating a redundant production process or to construct an expressive form-generator. Regardless of the end-use, what is clear is that designers need frameworks that let them construct their own tools. Visual Programming Language” is a concept that provides designers with the means for constructing programmatic relationships using a graphical user interfaces, Rather than writing ‘code' from scratch, the user is able to assemble custom relationships by connecting pre-packaged nodes together to make a custom algorithm. This means that a designer can leverage computational concepts, without the need to write code. Dynamo is an open source Add-in for Autodesk Vasari and Revit. Dynamo allows designers to design custom computational design and automation processes through a node-based Visual Programming interface. Users are given capabilities for sophisticated data manipulation, relational structures, and geometric control that is not possible using a conventional modelling interface. In addition, Dynamo gives the designer the added advantage of being able to leverage computational design workflows within the context of @ BIM environment. The designer is able to construct custom systems to control Vasari Families and Parameters Dynamo exposes a fundamentally new way of working with geometric information within ‘Autodesk Vasari and Revit. Users can create control frameworks for creating, positioning, and visualizing geometry. The Visual Programming framework lets the user create unique systems and relationships and expand how BIM can be used to drive design ideation. Page 3 of 56Dynamo: Visual Programming for Design Getting Around in Dynamo The Basics Dynamo is primarily a plug-in for Autodesk Revit and Vasari. It works in Revit 2013, 2014 and Vasari Beta 3, and this tutorial requires that you have one of these applications installed. Dynamo can also run as a stand-alone application with all the list, and logic functionality, and with some experimental geometry tools available using the Autodesk Shape Manager Kernel. Work is also being done to port Dynamo functionality to other platforms. Dynamo is open source under the Apache 2.0 lisence. The software can be downloaded from htto://dynamoBIM.ora, and source code is available at ‘httos://cithub.com/ikeough/Dynamo. ‘The Dynamo Interface he Page 4 of 56Dynamo: Visual Programming for Design A. Pulldown Menus Use the File pulldown to Open dynamo files, make new ones, Save-As a new file name, and export an image of your current workspace. Use edit to do copy/paste operations, create new custom nodes, and add comments. Use the View pulldown to activate background previews, view the console (log), and change wire appearance. B. Search Bar Use the Search Bar to find loaded Nodes CC. Node Library Browser for picking nodes. Click on a node title to add to the Dynamo workspace D. Workspace ‘The Workspace is the main environment for creation of Dynamo visual programs. The Home Workspace is the default workspace. When a user creates or edits a custom node, it will appear as a new tab. E. Execution Bar ‘The Execution Bar allows the user to run or execute the current workspace ‘The “Run Automatically" checkbox will cause the workspace to run if the user changes the workspace or any of the watched Revit Elements in Revit or Vasari The “Debug” checkbox will invoke a more detailed method of execution Concepts, Definitions, Terminology Workspace ‘The active Workspace is the area where you interact with the elements of your visual program. When you start Dynamo you are in a blank Home Workspace. You start creating your visual program here by placing Nodes and connecting with Wires. Page 5 of 56Dynamo: Visual Programming for Design You can save the Workspace as a .dyn, or Dynamo file for later reuse. Dynamo files can be opened from the File menu or the Samples menu. Opening a Dynamo file clears the previous workspace and opens the file as the new active Workspace. ‘A Workspace is executed when you press the Run button or will execute automatically if you activate the “Run Automatically” check box By default, the background of the workspace displays all geometric output of the graph. ‘This background can be tumed off in the view menu. To navigate the background, press Cntrl-G, to return to graph navigation, press Cntri-G again. Nodes Nodes are the objects you place and connect together with Wires to form a visual program. ‘Nodes can represent Revit Elements like Model Lines or Reference Points. ‘Nodes can also represent operations like Math Functions. Nodes have inputs and outputs. ‘The colors of Nodes change to indicate state. a. Orange Nodes are well-connected and have all of their inputs successfully connected. ‘They are part of the active Program Flow. b. Grey Nodes indicate one of 2 states. Generally it means they are inactive and need to be connected with Wires to be part of the Program Flow in the active Workspace. Dynamo also allows for users to pass only partially connected nodes to downstream functionality, allowing for more complex interactions. This state is also represented in grey ¢. Red Nodes are in an Error state. You can see what the error is by hovering your mouse over the node and reading the tooltip, 4. Currently selected Nodes have an aqua highlight. You can drag selected nodes around the workspace or right-click to see their properties, . Nodes have input Ports on the left side and output Ports on the right side. Directionality of execution and program flow usually goes left to right. Page 6 of 56Dynamo: Visual Programming for Design Wires Wires connect between Nodes to create relationships and establish a program flow. You ‘an think of them literally as electrical wires that carry pulses of information from one object to the next. Wires connect the output Port from one Node to the input Port of another node. ‘You create a Wire using the mouse left-dlcking on an output Port and dragging with the mouse button held down, then connect to the input port of another node. Wires appear ‘as dashed while being dragged and solid lines when successfully connected. To disconnect a Wire, let-lick on the output Node and pull the Wire away. Ports. Ports are the light rectangular areas on Nodes, they are the receptors for Wires. Information flows through the Ports from left to right. a. Inputs Ports are on the left side of the Node. b. Outputs Ports are on the right side of the Node. Ports are expecting to receive certain types of data, for example a Node might work on Point objects or Line objects. Try to connect like outputs to like inputs (XYZ->XYZ for example). Passing a Line object into the input Port of a Node that is expecting a Point will result in an error. You can tell what a specific Node is expecting to receive or to return from the text label. IF the name is cut off, simply hover over the port and a tooltip will appear. Program Flow Workspaces have a Program Flow that represents where to start program execution, what to do in the middle and how to know when program execution is complete, When you press “Run” Dynamo executes the visual program according to the established Program Flow. Page 7 of 56Dynamo: Visual Programming for Design Directionality of Execution ‘Typically Dynamo visual programs are executed from left to right and you can read the program that way to understand the Program Flow. ‘There are some exceptions as you get into advanced topics like recursion, but for the purposes of this class simply read from left to right. Custom Nodes You can create your own reusable Nodes in Dynamo without programming. These Nodes can be used in the current Workspace or in other Workspaces on your machine. You can also share these Nodes with others. Create new nodes from File>New Custom Node or by selecting existing nodes in the workspace and in Edit>Create Node From Selection (or right click in the canvas). Give the node a name and a category (selecting from the pulldown or by entering a new name. Notice the background color changes when you are editing a user-created node. Custom Nodes appear in the Node List like the other nodes. You can double click to edit these nodes at any time or by selecting their name from the View menu pulldown. Custom Nodes are graphically distinguished from other Nodes by looking like a stack of nodes. When you see a node with a dotted shadow underneath, it is an indication you ‘can double-dick on it to edit the contents. You can share nodes you create with other colleagues by using Package Manager tools. By selecting a custom node, and going to the Package Manager in the dropdown menu, you can publish the node for others to use. Similarly, you can search the online catalogue for functionality published by other users. Custom Nodes can be nested inside of themselves to create recursive functionality, such as Fibonacci sequences or fractals. Workflow The active environment that will be executed. The aggregation of the active workspace, python scripts and all dependent user-created nodes. Page 8 of 56Dynamo: Visual Programming for Design Examples ‘The following workflows use Dynamo files that are located in the Help menu of the application under Samples. Many have associated Revit family (rfa) and project (rvt) files that, by default, are located at C:\Autodesk\Dynamo\Core\samples, All the examples in this document can be used in either Revit or Vasari. For ease of opening rfa and rvt files, you might want to add this folder to your Places ‘open dialog. =. ‘ideas tween Sree wenn ayaa rT Tefoms wa: FE) easvecomonens saa é “19 formas tee a |b 29Fie Malan sam. Bem | 2 pecage tracer symp 7 2 c00r ee ~ 1B 23 ata mood and Bot a Pree) bus wp § WBvasswh2 cuvesrta nay Bes with Loaded tamtesta soa ‘Add Current Folder to Places ‘add to Favorites Page 9 of 56Dynamo: Visual Programming for Design Create a Point, or “Hello World!” In Dynamo Creating a reference point is the most basic operation you could want to do in Dynamo. It's the venerable "Hello World!” for the application. To get there, you will need to learn. some high level concepts and understand some of the basic principles of working in the Revit and Vasari environment «Learn how to launch Dynamo in the right environment for your needs + Tour the User Interface, Understand search/browse, and navigate the Dynamo Workspace ‘+ Place nodes and wire them together ‘+ Learn about the difference between geometry and Revit Elements A workspace for creating a dynamicaly controlled Reference point 1. Launch Vasari. 2. We are going to be placing Reference Points, which can only be done in the Mass, Curtain Panel by Pattern, or Adaptive Component family environments (not the “project” or .rvt environment). Click Bhs new Family> Mass.rft. Or, in the recent documents screen, under Families, Click on "New Conceptual Mass”. Page 10 of 56Dynamo: Visual Programming for Design 3. Dynamo will operate on the .rfa or .rvt file that is active at the time Dynamo is launched. Now that we have a Mass file open, go to Add-ins tab and launch Dynamo 4, From the Dynamo File Menu, go to File/Samples/ 1. Create Point / create point.dyn 5. Notice a couple of nodes (XYZ and Ref Point) in the workspace. Run to create a single Reference Point at 0,0,0. 6. There is a difference between an XYZ and a Reference Point. An XYZ is a coordinate point in space, while a Reference Point is a full-fledged Revit Element with many aspects and associated meta-data Abstract geometry, like this XYZ, is displayed in the background of the Dynamo workspace. You can toggle between navigating the background 3d space and the flat graph by pressing Control-G. You can also tum this preview off in the View menu> Background 3d Preview. 7. Select and move nodes by using the left mouse button. a. Type Delete in order to delete a node or right click and click Delete. Page 11 of 56Dynamo: Visual Programming for Design b. ‘The right click menu will also show a number of other functionalities. lick on the help button to see more information on a selected node Select all the nodes and right click to set their alignment. . Zoom in and out using the mouse wheel and pan using middle dick and hold 8. Now we will learn how to re-wire the workspace to add more inputs: a. Type “Number” into the search bar to find the Number node to add it into the Workspace. This can be done by either typing enter with the number node selected in Search or clicking the node in the node lib b. Find the Number Slider node and add that as well c. On the XYZ node, select the end of the wire connecting to the Y port. Drag it off into space to disconnect. Do the same for the Z port. d. Connect the newNumbernode to the Y—port and the Number Slider node to the Z port. . At the bottom of the canvas, check "Run Automatically”, f. Move the slider to see the point move around g. In the Vasari toolbar, pick Model> Draw>Spline Through Points, and draw a spline with one of the points using the Dynamo created Reference Point. Move the Number Slider and see both Dynamo created stuff and manually created stuff update. Page 12 of 56Dynamo: Visual Programming for Design h, Select the Dynamo created Reference Point and, in Dynamo, right click in the canvas and pick “Find Nodes from selected elements” 9, Create a Custom Node by Selecting the XYZ and Reference Point nodes, then right click out in the canvas, and pick New Node from Selection. Name your custom node something meaningful. "ence BEvew Giston Node Deacon Pee 10. In the Edit Menu, pick Create Note to annotate your workflow (or type Chtri-W). Double dick on the Note to edit it (or edit from the right click menu) Acuttom Node ‘i () 1:00 000 20000 Page 13 of 56Dynamo: Visual Programming for Design Placing Families with Sequences, Ranges, Lines and Grids This tutorial aims to introduce the following: + How to use node Lacing to evaluate the members of a list in different ways + Generate lines, grids, and lattices of Reference Points instances with Dynamo + Place famil Dynamo after opening the create point sequence. dyn fle Close any other open Vasari fles From Vasari, Click kill > @ (Open). Navigate to C:\Autodesk\Dynamo\Core\samples Open Mass with Loaded Families.rfa from the Samples directory From the Dynamo Help menu, go to Samples/ 1, Create Point / create point_sequence.dyn 6. Hit the “Run” button to see the following: Page 14 of 56Dynamo: Visual Programming for Design a A sequence of points created by running this example 7. Right click on the Number Sequence ond select Help... to see what kinds of inputs and outputs the number sequence expects. 8. Notice the little icon in the bottom right comer of the XYZ node. This indicates the Lacing for this particular node. Lacing allows you to automatically apply the node to the sequence created by the Number Sequence node. The XYZ node with lacing set to “Longest” 9. Try changing the Lacing strategy to First by right clicking on the XYZ node and selecting First. You should see the icon in the bottom right corner of the node change. 10.Hit Run again. You should see a single point located at the origin. This is because the XYZ node is only evaluating the first element in the list created by the Number Sequence node. Page 15 of 56Dynamo: Visual Programming for Design 11, Change the lacing on the XYZ node to Cross Product. If you hit Run again, you should again see a vertical line of regularly spaced points. 12, Click the output port button on the Number Sequence node and connect it to the XYZ node by clicking on the Y input. Your workspace should look like this: I It ‘A werkspace for creating a grid of XYZ points in the V2 plane 13. By running again, you should see an orthogonal grid in the YZ plane, like this: ‘A square grid of XYZ points. You can experiment by connecting the sequence to the X and Y ports to get a plane in XY plane. Page 16 of 56Dynamo: Visual Programming for Design 14.Connect all 3 input ports of the XYZ node to the output of the Number Sequence Node and Hit Run. You should get a cubic 3d lattice: A cubic lattice of XYZ points, 15. Let's scale back a bit and go back by connecting the Number node, set to 0, fo the Z port of the XYZ node. We'll have just a grid inthe XY plane. Now we will extend this workspace to do something more useful than just creating points. We'll place Family Instances! 16.Go to the Search Bar and type in “Family”, this filters the available nodes down and allows easier access from the Node List. You should now only see nodes related to “Family”, 17.Add one Create Family Instance node and one Select Family Type node into the workspace. Look at the Help menu for both of these nodes by right dicking, 18.Connect the Select Family Type output to the Create Family Instance “yp” input port. 19. Now select the Cone Family Type from the pulldown on Select Family Type and connect the XYZ output from the XYZ Node to the XYZ input of the Create Family Instance node. Your workspace should look like this: Page 17 of 56Dynamo: Visual Programming for Design The workspace after adding the Select Family Type and Create Family Instance nodes 20. Hit Run and you should see something like this: hehe, sitetatate, é A grid of cone families laid out on the XY plane. 21. Experiment with different values for the number sliders or different family types. By tuning on Run Automatically you can do this interactively. Page 18 of 56Dynamo: Visual Programming for Design Nested Lists and Basic Data Management + Understand the importance of lists in any standard workflow + Explore some of the tools for making data do what you want it to do This tutorial gives @ very brief introduction to the process of sorting data in lists. Indexed lists are the backbone of algorithmic design, and getting control of both the tools and concepts is essential for achieving even moderate complexity. From Vasari, old. © (Open). Navigate to C:\Autodesk\Dynamo\Core\samples Open Mass with Loaded Families.rfa from the Samples directory Go to Add-ins tab and launch Dynamo. If you already had it open, close and re- open it to re-associate Dynamo with the newly opened .rfa file. 5. From the Dynamo Help menu, go to Samples/ 1. Create Point / create t_sequence.dyn 6. Running the workspace will create a vertical line of xyzs, we will now adjust this to make a horizontal grid of xyz, 7. Unplug the 2 input for the xyz node, and wire the Number Range node into the X and Y ports of the XYZ node. Right dlick on the Z port of the XYZ and activate “Use Default Value”: REND z Z Use Default Value I 8. Right click on the XYZ Node and set Lacing to Cross Product. Run the workspace and inspect the results, a nested list or list of list. Page 19 of 56Dynamo: Visual Programming for Design 9. Now we will extract a single row of information from the nested list. In the search bar, find Get From List, or browse to the node in Core>Lists>Query. Extract the first row of data by passing the list of lists into the Get From List “List” port, and choosing the first index row by passing in a 0 number node. Pick the Get From List node to see the row isolated in the background preview. a jan 2 a oe) oe nS 2 fee eee ee eaten fae 10.Copy/Paste your Number and Get From List nodes, and place a Transpose node. in between the XYZ and Get From List. Adjust the index input. Now you have swapped rows for columns and have a different set of geometry to use. Page 20 of 56Page 21 of 56 Dynamo: Visual Programming for Design oe reetil For more examples of list operations, take a look at the other files in samples > 24 Lists. ‘There is also an extensive set of List samples for advanced data management atDynamo: Visual Programming for Design Advanced Family Placement: Adaptive Components Dynamo can use geometry extracted from the Revit environment and perform lots of different operations on that geometry. That geometry can be manipulated in various ways using list operations. Finally, you can take that information to place adaptive components. In this example, youtl learn how to: + Select and use Revit geometry in Dynamo «Place Adaptive Components. 1. Close any Vasari files that you have open. 2. From Vasari, Click ila! > @ (Open) 3. Navigate to: C:\Autodesk\ Dynamo\Core \samples\18 Adaptive Components 4, Open Adaptive Component Placement.tfa The contents of Adaptive Component Placement.:f2. 5. From the Dynamo Help menu, go to: Samples/ 18 Adaptive Components / Adaptive Component Placement Page 22 of 56Dynamo: Visual Programming for Design The nodes in Adaptive Component Placement.dyn 6. You'll notice that each of the Select Curve nodes has a button in it. That bution can be used to select a curve inside of Revit. Arrange your Dynamo window so that you can see the Vasari canvas. Click the first Select Curve nodes “Select Instance” button and select the first curve (Leftmost on the Preceding image). You should see the node change to this: ( 7. Do the same on the other two nodes, continuing with first with the middle curve. Now, we have selected three curves for use in Dynamo. 8. Now, hit Run. You should see the following: A.curve has been selected Page 23 of 56Dynamo: Visual Programming for Design A series of three point adaptive components placed along the three curves. 9. Change the family type on the Select Family Type node to "3PointAC_wireTruss” to place a series of trusses along these three curves. 10. Select one of the reference point controlling the three curves and edit it. Fait the reference point 11. After editing the curves, re-run the calculation in Dynamo. Note that the adaptive components have changed shape to match new location of the curve: Page 24 of 56Dynamo: Visual Programming for Design The adaptive components arrayed onto the three curves “This workspace begins by taking three curves from the Select Instance and the XYZ Array On Curve node to get a regular list of XYZ's along the curve. Then, we Use the List node to combine the XY7's into a nested list. This list contains three lists of XYZ's, a 2D list, each one sampled from the curves we selected at the beginning, Then, we use the Transpose Lists node. This node returns a list of length-three lists of XYZ’s. This is the result of replacing the rows with the columns In our original 20 list. This workspace gives us the three XYZ’s that are necessary to place the Adaptive Component's. Page 25 of 56Dynamo: Visual Programming for Design Get and Set Family Instance Parameters + Synchronize Family Instance parameters across multiple instances using Run ‘Automatically 1. Close_any Vasari files that you have open 2. Click illd > G (Open). 3. Navigate to: C:\Autodesk\Dynamo\Core\samples\08 Get Set Family Params\ inst param mass families.rvt You should see the following: The contents of inst param mass famities.rvt 4, From the Dynamo Help menu, go to: Samples/ 08 Get Set Family Params / inst param 2 masses driving each other 5. You should see the following in the workspace: Page 26 of 56Dynamo: Visual Programming for Design Dynamo after opening the create point. sequence.dyn fle 6. Note that the two Select Family Instance nodes have automatically associated themselves with the two family instances (a pair of H-shaped building masses). This file was saved after having associated these nodes with Revit geometry, 50 you don't have to pick the families every time you open the file. Set the Select Family Instance Parameter node to H (dbl), lick Run. You should see the two instances match in height. In Vasari, edit the height of the H instance closer to the origin. PN The manipulator to change the height of the family instance 10. Click Run, again. You should see the family instances update. 11. Set Dynamo to Run Automaticall 12, Edit the same Family Instance’s height again. You should see the other instance update. Now, you know how to synchronize Family Instance parameters! Page 27 of 56Dynamo: Visual Programming for Design Basic Math with the Formula Node Dynamo has many useful tools for doing math. This tutorial aims to demonstrate how to: + Use the Formula node to simplify writing mathematical expressions ‘= Generate points that follow circular or elliptical paths from a mathematical formula. 1. Close any Vasari files that you have open From Vasari, Click kill > @ (New) > Family. Use Mass.rft in the Conceptual Mass folder. From the Dynamo File Menu, go to Samples/ 19 Formulas / Scalable Circle. You should see the following in your workspace: Aw 5. To get an idea of what this workspace does, hit Run. You should see an arc of XYZ points centered at the origin: Page 28 of 56Dynamo: Visual Programming for Design rs The resutt of running Scalable Circle.dyn ‘We're going to edit this workspace to demonstrate a few concepts of the Formula node. 6, First, select and delete the Scale XYZ node. You should see the XYZ and Ref Point node turn grey. 7. Let's edit the formula in the first Formula node, which currently contains *Sin(x)". Change the formula so it says a * Sin(x)" and hit enter. You should see a new port on the Formula node called (appropriately) "a". You could've called this variable anything. It should look like this: ‘The Formula node after editing the expression ‘8. Connect the output of the Number Slider node to the "a” input of your freshly edited Formula node and reconnect the output of the Number Sequence node Page 29 of 56Dynamo: Visual Programming for Design to the x input of the same node. Connect the XYZ output again to the Reference Point node. Your workspace should look like this: The new configuration of the workspace after editing the first Formula node. 9. Hit Run. You should see your circle of points disappear and a very narrow ellipse will replace it. Play with the sliders to change it. 10. Let's do the same thing to the other formula node which currently has “Cos(x)" init. That is, let's add a multiplier to the second Formula node and connect a number slider to that. Now, your workspace should look like this: ‘The new configuration of the workspace after editing both Formula nodes. 11. Now, turn on Run Automatically and experiment! Page 30 of 56Dynamo: Visual Programming for Design ‘An ellipse created using two Formula nodes. Note: The formula node is based on the open source NCalc library. Tt has an amazing ‘amount of features — it includes many mathematical operators, functions, and you can ‘even pass your own functions into the node! For a full description of operators, functions, and more check out: http://ncalc,codeplex.com/. Page 31 of 56Dynamo: Visual Programming for Design Color This tutorial aims to introduce how the user can: * Control color in Revit for Analysis and other purposes ‘Sort data to get the information you want ‘Gain familiarity with the Revit concept of View Specific operations Revit and Vasari treat color in a different way than most other applications, In general, Revit elements have a particular color associated with what they are. That is, color is a very literal representation of the building data . . . brick looks like brick, shingles like shingles. If an element's surface characteristics are messed with, it can also alter quantity takeoffs and other aspects of the model and therefore compromise the integrity of the building data. Instead, users can arbitrarily alter the manner in which a particular element is visualized in a particular view without having any impact on the larger data model. This is called a View-Specific change, is different than changing the element itself, and is purely graphical in nature. 1. Close any open files. In Vasari, Click wu. & (Open). 2. Open: C:\Autodesk\Dynamo\Core\samples\22 Color\ Override Graphic Let 3. In Dynamo, in Help menu, browse to Samples>22 Color> OverrideColorsinViewFamiles. 4, The Override Graphics in View project file contains an In-Place mass, with a curtain panel by pattern applied to a double-curved surface. If you TAB>select any of the panels, and inspect the properties. In each panel family, called deffectionPanel, you will see that there is a parameter called “deflection”, This is ‘a measurement that was manually added to the panel family to indicate how far out of plane (how not-fat) the panel geometry is in each placement. Most panels that are slightly out of plane can be manufactured with negligible increases in price, but significantly out of plane, or panels that show a large ‘amount of deflection, will be too expensive or difficult to manufacture. The Dynamo workflow is going to inspect this parameter for each panel and color it, based on some threshold criteria 5. Dynamo first need to find the right family to look at. In Dynamo, locate the Select Family Type node. In the dropdown, pick “deflectionPanel:deflectionPanel”. Dynamo can now pass this specific famlily type to Get Family Instance By Type, and query it for the value of “deflection” with a Get Family Instance Parameter Value node. Page 32 of 56Dynamo: Visual Programming for Design ‘rk tancaraunning secon Crear Honea 2" Crear Hosa Foie isrit2 (Gate Protte Bees" 5" eve Head -CreeLeve Head Cre Mass Mas Slob Ege Tackanec:26°x 12° Star Nesing-Pa Sta Nesing-Pan cote armen 6. Run D 3nels will be colored in a gradient from green to red. 7. A number things are being done in the graph to get this outcome, Starting from the end: There is an Override Element Color in View node. This node looks at whatever is the "active view” in the Revit model and will now override whatever the default visibility is of any element with a given value. You can simulate this ‘manually by right clicking on a Revit Element and selecting Override Graphics in View>By Element. Cancel Repeat yao} Recent Commands Rotate Flip Hand Fl Facing Flip Work Plane iden View Dvetide Graphics in View create Similar elit Family Select Previous Select Al nstances Detete Page 33 of 56Dynamo: Visual Programming for Design ‘And picking a “eno ere Keep in mind that this is not changing anything about the Revit element itself, it js just changing how this specific element is treated in this specific view. This setting will persist in this view when Dynamo is not present, and Dynamo will remember what panels were changed if they need to be adjusted at a later time. Right Click on one of the panels and you can inspect the setting for its color override. 8. Coloration in this workspace is currently set to give an even range of green to red, with a sorting algorithm that finds the value of the most deformed panel and scales all the colors based on this value. 9. However, maybe your coloration needs to simply identify a threshold and indicate what panels are above and which are below. This is a bit easier. By passing the deflection values into a formulat node with an “if” conditional statement, you can detect which values are greater than the acceptable value and which ones are less than the acceptable value. (Find more function syntax for the formula node at http:/Incale. codeplex.com) Page 34 of 56Dynamo: Visual Programming for Design en oda tin te oe tent pro 10.By passing this formula output of 0 or 1 to the Color Range node, the color output will either pass on completely red or green values. As Heidi Klum would say, "you are in, or you are OUT!" Try changing the values of the threshold (the number node feeding into the Formula node), and shifting the ARGB value for the Color Range node. For more examples of coloration, you can also experiment with the wall sample in 22 Color samples. There are also a number of examples using the Analysis Visualization Framework to do view specific coloring, but that is another exercise. Page 35 of 56Dynamo: Visual Programming for Design Data Interop + Bring Data into Dynamo from extemal sources like spreadsheets and images ‘+ Drive any kind of data into Dynamo and Revit processes + Export Data to other formats ‘There are lots of Data out there in the world. Sometimes it comes in the form of number in spreadsheet, or colors in an image. Sometimes it is data that is already in your BIM. This tutorial will show how to move any of those kinds of data to meaningful Places in your model. 1. Close any open files. In Vasari, Click wu. & (Open). 2. Open: C:\Autodesk\Dynamo\Core\samples\20 Panel Manipulations \DataToFamilies.rfa 3. In Dynamo, in Help menu, browse to 20 Panel Manipulations>DataToFamilies 4, You should see a collection of Curtain Panel families and a sun path. If you TABaselect one of these panels, you will see a parameter for adjusting the size of the opening: Page 36 of 56Dynamo: Visual Programming for Design Propet x rectangle aperturePane ‘Seas] cache = : teoien Moves Wan ‘rats = Valin. | et Veble Dimensions Fey 658) Comments Mar [Adaptive Component mee bel elone> opening 900250000 ‘pening 0.250000 If you adjust this number between 0 and .5 it will open and close this aperture. Over .5 it will stay at the .5 value. We will be driving various kinds of data into this parameter. 5. In Dynamo, there is a node that pulls out a list of Panel families from the model, and 4 different data sources that we will direct to these panels. Some of these data sources need to be identified. Find the SunPath Direction node and Click on Use SunPath from Current View. This will identify the active view. Also Click on the File Path node and make sure that itis pointing at the dataStream xlsx file in the samples/PanelManipulations folder. 6. Run Dynamo and there will be a short pause while all the data sources are initialized and the first one passes i's data to the Panel families. You will notice that Excel has started and a spreadsheet is now open, and the Read Image File node has a preview image of the data itis passing, Page 37 of 56Dynamo: Visual Programming for Design 7. The first data source is just a number sequence passing 100 values between 0 and.o4 ‘Serpe Nanber Sequence Et This is then passed into a Set Family Instance Parameter node that adjusts the parameter called “opening” that we inspected before Page 38 of 56Dynamo: Visual Programming for Design ‘The result is openings between the ranges of 1 and 4 OIA OO Cics Ce as 8. Next is an Image Reader node, which extracts the RGB value of a bitmap. It then runs through a Color Brightness node which gets a value from 0-1 for brightness, and then a Formula node that adjusts the values to conform to our O- 4 range we have been using. If you wire this into the Set Family instance Parameter's value port and re-execute the graph, you can now pass image data to the panels. Page 39 of 56Dynamo: Visual Programming for Design 9. Next is an Excel spreadsheet reader, that extracts tabular data, parses the rows to get one number from each (a sine function). Pass this to the families, 10.Finally, we have data that is intemal to the model, the position of the sun. However, there is no builtin way with Revit to move this data from one place in the model to another. This takes a lttle work, as you need to extract the direction ‘each panel is facing from the panels, then compare it to the position of the sun, and tum this into a number in our 0-4 range. Page 40 of 56Dynamo: Visual Programming for Design But it does the trick! The more the panel is pointed at the sun, the smaller the aperture. Drag around the sun position and run again. For more examples of moving data around, Also look at sample 23 Data Import and Export. These demonstrate Excel specific tools for reading in data, parsing, and exporting back out. Page 41 of 56Dynamo: Visual Programming for Design Attractor Pattern ‘This exercise will guide the user through a simple computational design problem using Dynamo. The user will construct an “attractor” logic wherein the distance between points will be used to drive a geometric variation. + Learn how to compute relationships between XYZ geometry. + Learn how to construct a basic mathematical relationship with Dynamo Nodes. + Learn how to create variations in geometry with distance-driven values. + Convert abstract Geometry to Model Lines + Visualize geometry in a number of ways ‘This example creates Revit elements that can be made in any environment, so you can work in any Revit or Vasari context, 1. Close any Vasari files that you have open 2. Navigate to :\Autodesk\Dynamo\Core\samples\10 Attractor 3. Set to Run Automatically, and hit Run Page 42 of 56Dynamo: Visual Programming for Design 4. Zoom to Fit Watch 3d — 5. Adjust the slider wired into the Circle generating component. Notice that although you are getting different sized cirdes, you are not creating Revit geometry. 6. Adjust the Sliders for the “Attractor” Point. Notice that there is no geometric representation although the Watch node registers. @ change 7. In the View menu, click on Preview Background. All geometric entities are rendered in the canvas. a. Toggle Navigation by clicking cntrl-G. Zoom out with the scroll wheel, orbit with right dick, and pan with middle mouse b. Hit entrl-G to exit navigation ©. Change the Attractor Point sliders, see XYZ and Gircles in the same view. 8, Now we need to connect the proximity of the Attractor Point to the radius of the Circles. In the lower portion of the screen, find a cluster of nodes: XYZ Distance, Divide, and a Number. Page 43 of 56Dynamo: Visual Programming for Design 9. Measure the distance between each grid point and the attractor point. Pass the position of the Attractor point and the position of each XYZ Point grid to the XYZ Distance node and then connect the resulting distance to the circle's radius. — i Ne x Se 5S 10. The resulting Geometry is a bit of a mess, as each circle has the same radius as the distance of the attractor point. Let's moderate this by passing the XYZ Distance Node through a Divivision operator first. Page 44 of 56Dynamo: Visual Programming for Design 11. So far we have just made abstract geometry. We can dump out this data into Revit Model Lines by attaching the Circle or Watch 3d outputs to Reference Curve and New Sketch Plane nodes 12. The resulting workflow results in this Revit Geometry which is still associated with the graph, a. Experiment with the sliders to get a feel for changes in model update with and without Revit geometry. b. If you save the Dynamo file and the Vasari file, the Dynamo file will “remember” the geometry it has previously created and manipulate its parameters later, not create new stuff. Page 45 of 56Dynamo: Visual Programming for Design Python: Script a Sine Wave ‘The aim of this tutorial is to show you how to: + Edit and run a python script in Dynamo + Show how to use changes in the document to update your Python script. Close any Vasari files that you have open From Vasari, call. & (New) > Famit Use Mass.rft in the Conceptual Mass folder. Go to Add-ins tab and launch Dynamo. If you already had it open, close and re- ‘open it to re-associate Dynamo with the newly conceptual mass From the Dynamo File Menu, go to Samples/ 06 Python Node / create sine wave from selected points. You should see the following in your workspace: sen A python node in a workspace. 6. Now place two points using the Vasari Sketching Gallery. The reference point button is in the bottom right corner. 7. You should have two Reference points in the Vasari view: Page 46 of 56Dynamo: Visual Programming for Design Two reference points 8. Select each point using the Select Point nodes in Dynamo. 9. Press Run, You should see a line and a sine wave plotted between the two entered points. These elements were created by a Python script! The output of the Python script 10.Set Dynamo to Run Autom: 11.Experiment with moving the points or the straight line, notice how the sine wave is updated to follow the new position? This is because Dynamo and the Python node can watch specific elements and then re-run the to keep things in sync based on your changes. 12. Right dick on the Python node and click Edit... to show the script editor: Page 47 of 56Dynamo: Visual Programming for Design The python script editor in Dynamo 13.We will not dissect it in detail now, but take a look at how the beginPoint andendPoint variables, get — assigned = objects_—from IN. The IN and OUT ports map to variables in the script. 14, In the script editor, go to line 39 and edit the value of steps. 15. Click Run again. You'll notice that the sine wave has changed. Feel free to experiment with this script. You don't have to use Dynamo to edit your python scripts. If you feel more comfortable in a different text editor, you can use the Python Script From String node. Combined with the File Path node and Read file, you can read your files from a text file and Dynamo will automatically update. Check out the DynamicMobius example under Help > Samples > Dynamic Python Editing for an example of thi Page 48 of 56Dynamo: Visual Programming for Design ‘An example of using Python Script From String to edit a python scriat with a diferent text editor Page 49 of 56Dynamo: Visual Programming for Design ‘Sharing and Reusing Algorithms with the Package Manager © Re-use code «Simplify large graphs Create a recursive function Access advanced workflows made by others ‘As shown in the first example, Custom node creation allows users to make compact representations of groups of functionality. Users can identify modular sections of their workflows for reuse either in the same project, or in other projects. But Custom nodes also allow for more advance functionality in Dynamo by accessing recursive functionality. 1, In the Help Menu, Open sample 21 Package Manager>Recursion 2. The workspace will look a little strange, with a handful of nodes that are disconnected Page 50 of 56Dynamo: Visual Programming for Design 5. I thi node is unplugged, go to Packages>Search fora Package, search for fibonacci Recursion Lesson, download and restart dynamo. Then double click to open ths custom node, ‘The “fibonacci_Recursion Lesson” node is a Custom Node that was saved with the Recursion.dyn, but you don't have that Custom Node! We are considering saving Custom nodes in the dyn file itself, but for now, you can download this missing bit of functionality from the Package Manager. In the pull down Menu, go to Packages>Search for a Package, and locate fibonacci_Recursion Lesson. Install it. Close Dynamo, Re-start Dynamo, and open sample 21 Package Manager>Recursion. This time your workspace will ook lke this: Usually a package that you download will be a complete piece of functionality. In this case, we will use the custom node to show how to contruct advanced functionality. Double click on the node and you will now have a second tab open Which shows the contents of the node. Page 51 of 56Dynamo: Visual Programming for Design 6. The logic of this node is incomplete. To create a fibonnaci sequence, the computation needs a starting sequence (usually 0,1) which is then recursively ‘added. The second number is added to the first, then the resulting third number is added to the second, and so on. In the search bar, enter “fibonnaci” and you will now see your loaded custom node appear. Place it INSIDE of the active fibonacciRecursion Lesson. dyf workspace. 7. The second number in the Fibonacci sequence becomes the starting number for the next calculation. We can now pass the “next” input to the “start” input of the recursive node, The additive result of Start and Next becomes the Page 52 of 56Dynamo: Visual Programming for Design subsequent calculation’s “next” input, and the *Result” of this calculation gets added to a growing list of numbers. 8. This calculation would continue infinitely if there was not condition specified to stop it. The ListLength creates a countdown, subtracting one from every loop of the recursive function, until it becomes zero, at which point a conditional statement tells the loop to cease. Wire the countdown ListLength into the recursive node. See how the “IF” node creates a condition wherein the appended list is passed on until the ListLength passes a value less than zero. 9. Your Node does not need to be saved to experiment and see if it is working. lick on the Recursion.dyn tab and try it out Page 53 of 56Dynamo: Visual Programming for Design If you have the behavior you want, you can now save your node for later use like this, However, keep in mind that if you Save As a different name . . . you will need both the top level node and the nested (recursive) node to have the same name! Page 54 of 56Dynamo: Visual Programming for Design Many More Examples ‘These tutorials have only covered a very small subset of the sample workflows that are available. There are more examples within the application, in the Help>Samples dropdown (keep in mind that many have accompanying rvt and rfa files that are by default kept in c://Autodesk/Dynamo/Core/samples. This will be most obvious where there are nodes that select Revit elements or where they place specific families.) For even more examples, please take a look at the hundreds of simple .dyn files that are used in the automated testing process on Github. httos:/ /eithub.com/ikeough/ Dynamo/tree/master/test This folder is divided up into core, pkgs, and Revit. ‘The core functionality deals with nodes and operations that are independent of Revit, things like list management, math, conditional statements. You may also note that there are samples here that deal with geometry. These examples are using the ‘Autodesk Shape Manager geometry Kernel (ASM), and reflect development we are working on to be able to expand beyond the geometric capabilities of Revit. This Geometry is still pretty experimental, so it does not yet connect up to Revit (although you can export/import with the .sat fle format.) kgs folder is entirely concerned with making sure that the package manager continues to work. You can download any samples here from the package manager already. ‘The Revit folder houses samples that are entirely about operations specific to Revit. Revit solids creation, family placements, view manipulations, etc. All of these tests involve some amount of interaction with the Revit document. In theory, we should have samples that reference EVERY node that is available in Dynamo . . . we aren't there yet, but we are working on it. If you are looking for a Particular node and you can't find an sample for it in this repo, please drop us a note, ‘You need it, and we need a test to cover it What Else Can Dynamo Do? ‘The above examples all demonstrate many of the individual capabilities of Dynamo working on top of either Vasari or Revit. By combining these and other techniques, users can build up complex and robust parametric building systems. The following images demonstrate one such project, a Stadium enclosure and seating bow! The seating bowl is formed by a recursive algorithm that optimizes the view for each seat Page 55 of 56Dynamo: Visual Programming for Design based on the seat below it. The enclosure creates a self-adjusting shading system based upon the orientation of the panels relative to the sun, The structural system is a combination of manually defined and Dynamo placed truss systems, leveraging both the rule based and hand modelled strengths of Dynamo and Vasari. Where to Learn More about Dynamo Dynamobim.org Official builds, works in progress, forum discussions, and learning resources github.com/ikeough/Dynamo Watch development as it takes place ‘github.com/ikeough /Dynamo/issues ‘Submit bugs, comments, and improvements for Dynamo Page 56 of 56
You might also like
ArchSmarter - Presentation - Getting Started With Revit Macros Using C#-2 PDF
PDF
No ratings yet
ArchSmarter - Presentation - Getting Started With Revit Macros Using C#-2 PDF
106 pages
Residential Load Calculations in Revit
PDF
No ratings yet
Residential Load Calculations in Revit
14 pages
Health Check For Your Revit Models
PDF
100% (1)
Health Check For Your Revit Models
20 pages
Dynamo Visual Programming
PDF
No ratings yet
Dynamo Visual Programming
56 pages
Class Presentation BIM128342 Computational BIM Workshop-Advanced
PDF
No ratings yet
Class Presentation BIM128342 Computational BIM Workshop-Advanced
43 pages
S1.5 - Hand - Code Vs Node - Kilkelly-2
PDF
No ratings yet
S1.5 - Hand - Code Vs Node - Kilkelly-2
30 pages
Advanced Computational Design For BIM
PDF
No ratings yet
Advanced Computational Design For BIM
22 pages
Dynamo For Revit Design
PDF
No ratings yet
Dynamo For Revit Design
56 pages
AU-2014 6557 Practically Dynamo - Marcello Sgambelluri
PDF
100% (1)
AU-2014 6557 Practically Dynamo - Marcello Sgambelluri
73 pages
Dynamo Primer Clear Version
PDF
No ratings yet
Dynamo Primer Clear Version
657 pages
Package 1. Level 2. Level 3. Level 4. Level Node-Name Image Type Description Instructions Tutorial-Links Comment Last Edit
PDF
No ratings yet
Package 1. Level 2. Level 3. Level 4. Level Node-Name Image Type Description Instructions Tutorial-Links Comment Last Edit
21 pages
AU2011-CP4453 - Everything in Place With Revit MEP Programming v1
PDF
No ratings yet
AU2011-CP4453 - Everything in Place With Revit MEP Programming v1
20 pages
Understanding Industry Foundation Classes - BIM Journal
PDF
No ratings yet
Understanding Industry Foundation Classes - BIM Journal
4 pages
Pir Guidance
PDF
No ratings yet
Pir Guidance
11 pages
Whats New in 2025
PDF
No ratings yet
Whats New in 2025
11 pages
AU2021-AS500019 - 10 Years of Dynamo and Revit Classes From One Speaker in 60 Minutes - Material
PDF
100% (1)
AU2021-AS500019 - 10 Years of Dynamo and Revit Classes From One Speaker in 60 Minutes - Material
925 pages
RIB Ebook EN BIM A Z
PDF
No ratings yet
RIB Ebook EN BIM A Z
32 pages
BP-Pamphlet-34-Door-Panels
PDF
No ratings yet
BP-Pamphlet-34-Door-Panels
24 pages
Model-Based Design Powers China Dam Construction
PDF
No ratings yet
Model-Based Design Powers China Dam Construction
8 pages
Graham Stewart Digital Guerrilla
PDF
No ratings yet
Graham Stewart Digital Guerrilla
48 pages
3 Revit Family API
PDF
100% (2)
3 Revit Family API
52 pages
Tekla MIDAS Link
PDF
No ratings yet
Tekla MIDAS Link
20 pages
Parametric Modeling A Simple Tool
PDF
No ratings yet
Parametric Modeling A Simple Tool
6 pages
Autodesk Revit Shortcuts
PDF
No ratings yet
Autodesk Revit Shortcuts
1 page
BIM Training V2450
PDF
No ratings yet
BIM Training V2450
94 pages
Class Handout CI124118 MEP Modeling Made Easy With Dynamo Cesare Caoduro 2
PDF
No ratings yet
Class Handout CI124118 MEP Modeling Made Easy With Dynamo Cesare Caoduro 2
29 pages
Revit Standard
PDF
No ratings yet
Revit Standard
77 pages
Creating Sheets in Revit From Excel
PDF
No ratings yet
Creating Sheets in Revit From Excel
8 pages
Reading Material - BIM Tools Matrix 2
PDF
No ratings yet
Reading Material - BIM Tools Matrix 2
5 pages
BIM Process
PDF
No ratings yet
BIM Process
42 pages
Bim Journal Vol.3 Final Low Res 1
PDF
100% (1)
Bim Journal Vol.3 Final Low Res 1
84 pages
Autodesk BIM Interoperability Tools For Revit: New Features For Version 8
PDF
No ratings yet
Autodesk BIM Interoperability Tools For Revit: New Features For Version 8
5 pages
Validating Data in BIM Models
PDF
No ratings yet
Validating Data in BIM Models
26 pages
03 Goal-Use Analysis Worksheet-V2.0 (Excel)
PDF
No ratings yet
03 Goal-Use Analysis Worksheet-V2.0 (Excel)
8 pages
Revit 2023 Whats New
PDF
No ratings yet
Revit 2023 Whats New
16 pages
978-1-58503-738-4 - Autodesk Revit 2013 BIM Management Template and Family Creation - 978-1-58503-738-4-1
PDF
No ratings yet
978-1-58503-738-4 - Autodesk Revit 2013 BIM Management Template and Family Creation - 978-1-58503-738-4-1
78 pages
AU2022 - AS502201 - Dynamo & Curtain Panels - A Wild Brick Pattern Workflow in Revit
PDF
No ratings yet
AU2022 - AS502201 - Dynamo & Curtain Panels - A Wild Brick Pattern Workflow in Revit
45 pages
Digital Twins Built Environment
PDF
No ratings yet
Digital Twins Built Environment
54 pages
BIM Ex Plan - Creative Logic
PDF
No ratings yet
BIM Ex Plan - Creative Logic
20 pages
Autodesk University Workshop - Multidisciplinary Coordination - 2015-04-06
PDF
No ratings yet
Autodesk University Workshop - Multidisciplinary Coordination - 2015-04-06
6 pages
Terminology Handout
PDF
No ratings yet
Terminology Handout
2 pages
B555 Roadmap
PDF
No ratings yet
B555 Roadmap
7 pages
Manual de Dynamo PDF
PDF
No ratings yet
Manual de Dynamo PDF
84 pages
EIR Proposal
PDF
No ratings yet
EIR Proposal
10 pages
Brochure BIM
PDF
No ratings yet
Brochure BIM
2 pages
Handout - 10192 - ES10192 - Navisworks Manage-Empowering Clash Detection PDF
PDF
No ratings yet
Handout - 10192 - ES10192 - Navisworks Manage-Empowering Clash Detection PDF
20 pages
Modelling, Analysis and Design of A Multi-Story Building by Using Building Information Modelling (BIM) Approach
PDF
No ratings yet
Modelling, Analysis and Design of A Multi-Story Building by Using Building Information Modelling (BIM) Approach
4 pages
A Case Study of Using BIM and COBie For
PDF
No ratings yet
A Case Study of Using BIM and COBie For
16 pages
Product Libraries in Ifc Format - buildingSMART
PDF
No ratings yet
Product Libraries in Ifc Format - buildingSMART
17 pages
Cic Bim Coordinator Lesson Notes
PDF
No ratings yet
Cic Bim Coordinator Lesson Notes
79 pages
Costx Drawing File Optimization
PDF
No ratings yet
Costx Drawing File Optimization
79 pages
National Building Information Model Standard NBIMS
PDF
No ratings yet
National Building Information Model Standard NBIMS
34 pages
CYPE Revit Interoperability Guide. English. 2.0
PDF
No ratings yet
CYPE Revit Interoperability Guide. English. 2.0
46 pages
Building Information Modeling (BIM) Options Statement of Work (SOW)
PDF
No ratings yet
Building Information Modeling (BIM) Options Statement of Work (SOW)
7 pages
Highway Alignment Optimization: An Integrated BIM and GIS Approach
PDF
No ratings yet
Highway Alignment Optimization: An Integrated BIM and GIS Approach
28 pages
1 Revit API Intro
PDF
No ratings yet
1 Revit API Intro
77 pages
BIM
PDF
No ratings yet
BIM
26 pages
S13 Divide and Conquer Adaptive Components-Tim Waldock - Handout
PDF
No ratings yet
S13 Divide and Conquer Adaptive Components-Tim Waldock - Handout
70 pages
Dynamo Visual Programming For Design
PDF
No ratings yet
Dynamo Visual Programming For Design
56 pages
Dynamo-Programming For Non-Programmers
PDF
100% (1)
Dynamo-Programming For Non-Programmers
44 pages