One of the few things our digital fabrication group knew for sure is that the edge of a bounding box was the same length we wanted for the edge of an octagon. At first I thought about being able to select a set of curves and re-creating them into an octagon. This was a nice idea, but when I did some research it turns […]
After hearing some desire for a script to offset multiple times I decided to go ahead and tackle this problem. Rhino, like many programs, has an offset command. The offset command allows you to select a curve and offset by a specific amount. There are quick ways of duplicating that offset but to my knowledge there is no internal way of auto creating the […]
This is the second part to my explanation of Centroid and Modules in python. The first part went through the conversion of a centroid function into python. It ended with a python script that had some functions, but none of the functions were called. This part will show a simple way to split functions into different files. This can come in handy in many […]
While I have been writing code for the DigiFab project Parallel Pleats, I started to redo my workflow in programming so it would fit better with the functionality of python. Coming from C++ I was not used to the simplicity in separating functions in different files like how python can. With this, and the fact that it never occurred to me that rhino had […]
As part of a four person team, I have been exploring parallel pleats to create forms that will aggregate into a “big” self standing structure. This class, taught by Maciej Kaczynski, is linked to generative computing (taught by Glen Wilcox). Some previous blog posts look at the work being done in that class. Our team has been looking at parallel pleats to create hyperbolic […]
As the classes generative computing and digital fabrication begin to merge I have appropriated the latest project in generative computing to structural forms. The classes are dealing with origami as an underlying aesthetic to structural creation. In digital fabrication my team will be creating a self standing “big” structure that is created by individual components made of parallel pleated folds. In generative computing our class went […]
The MS_DT program has a few required courses. Generative Computing with Glenn Wilcox is one of these. The course starts with introductions to programs and scripting environments in Rhino, and then turns into a joint project with Digital Fabrication. As previously posted, the Digital Fabrication class started with a CNC Book box project. The two classes will look at plastic folding and naturally we […]