Computational Couture.

Assignment | 31 oktober 2017

Develop or use an existing parametric model in order to design and rapid prototype your geometries using a digital fabrication method of your choice.

ref.: http://fabricademy.fabcloud.io/handbook/classes/05_computational.html


Visual logic

The lectures of this week were focused on introducing Grashopper. My problem with Grashopper is that you need Rhino as foundation for the plugin to function. And in my case, I can only install the trial version once. So, instead I asked around for alternatives in visual parametric logic.


Dynamo

I am a fan of Fusion360 design environment, so my first choice landed on Dynamo, which is also from Autodesk. I found out that there are 2 versions of Dynamo. One is the stand alone open source version and the other the (payed) “Pro” version.

Dynamo is similar to Grashopper, but instead it's possible to connect to Revit (architectural design software). Yet recently (since may), there is now the option available of connecting Dynamo to Fusion360. The other thing that got my interest, is that it's a stand alone sandbox software. So getting to know a specific design software is not a necessity. Dynamo can output .SAT file format.


First project


Export to SAT

Once the model is done you need to add a piece of visual logic to be able to export to SAT. For some reason I was not able to import SAT file with vectors only into Fusion360. But extruding the circles a tiny bit, esentially turning them into solids, did the trick.

https://www.youtube.com/watch?v=R0bIiLvIWeI


Dynamo to Fusion Plugin

https://apps.autodesk.com/FUSION/en/Detail/Index?id=74731490955641349&appLang=en&os=Win64

In Fusion360 it's already possible to add parametric values to your model. But in complex design this list can become long and complex. As solution you can download (via the Fusion app store) a plugin to connect your model to Dynamo studio. What Dynamo studio does is importing all your parameters, so you can visually tweak your setup. However, I have not tried if Dynamo studio is a requirement or if the open source Dynamo would function in this workflow too. What is (currently) not possible, is to start to generate a model in Dynamo and then continue in Fusion360. But off course you could export and then import it as a workaround.


SAT file to Fusion360

A valid workflow is to generate a model in Dynamo, export as SAT and import to Fusion360 as solid. (File > New design from file).

//