Subscribe vis RSS

Pt 2: Higher order functions, or using our custom node over multiple lists

What if we want to use our UpdateParameterAndSaveImage custom node to update a series of family instances, not just one? I am going to show two methods for accomplishing this in dynamo. We'll first have to make a few quick changes to our custom node function. Since the idea is to set a series of family instances to a series of values and take a scr

A crane serious game with Revit and Dynamo

Hi, check out this post with a detailed tutorial about crane capacity check. Step by step How to and pdf. http://aecuandme.wordpress.com/2014/01/17/a-crane-serious-game-with-revit-and-dynamo/

Part 1:Changing a Family Instance and Saving an Image

This is step one in my process of creating an iterative Daylighting analysis workflow using Dynamo and Rendering as a Service. To execute a series of studies, we need to detect the state of the model and change the state of the model. For changing the state, one of the first functions we need to build is a mechanism for changing a family instance p

Rendering As a Service and Daylighting Optimization with Dynamo

Hi, I'm Michael Kirschner, I'll be interning at Autodesk's Conceptual Design Group for the month of January.  Specifically I will be working with Dynamo, a visual programming language(more info here) within the Revit context.  I'm going to be posting different projects to this blog as I work throughout the month. My primary project while at Auto

Dynamo: Writing data to text files

There's been some recent discussion about how to write geometric data out to external data sources.  Here is the most basic on both ends:  xyz coordinates written to a .txt file. Of course, you may want to do some fine tuning of this kind of thing.  Here is a version that cleans up the data, reducing significant digits and other formating.