Archive for 2010|Yearly archive page
grid shell structure
In Uncategorized on February 6, 2010 at 6:12 pmView Linked
In Uncategorized on February 5, 2010 at 4:45 amFinal_Path, Color, Scale
In Uncategorized on February 3, 2010 at 3:51 amanimation of ellipsoids_ellallip
In Uncategorized on January 29, 2010 at 10:06 amDesign Concept:
To show the old merging with the new. The animation simulates a person walking past the sculpture; starting at 45 degrees from the face and walking around to view it from 45 degrees on the opposite side. One image is of Aristotle the great philosopher (who was originally intended to sit atop the plinth*) and the other is a current student/philosopher reading on the MIT steps.
* “The four plinths were originally intended to support four sculptures of ancient Greek thinkers Aristotle, Ictinus, Archimedes, and Callicrates.” -MIT Tech
Click for animation…
Pseudo Code: (also see the “image-based pixelization” tool posted above which went into this design)
- ‘delete any previous work in the Rhino model
- ‘call the PictureDiameter function below (twice)
- ‘create new origin point for second heightfield
- ‘select heightfield by which to generate new grid dimensions from
- ‘create bounding box to evaluate dimensions of the heightfield
- ‘create grid from boundingbox of selected heightfield
- ‘create new layer on which to place ellipsoid in order to call and rotate it each time it runs through the n+1 iteration
- ‘create ellipsoid using the diameter from each image and a fixed height
- ‘move ellipsoid to Default layer once rotated
- ‘delete unnecessary “Temp” layer
- ‘embedded Function PictureDiameter
- ‘create heightfield
- ‘create bounding box to evaluate dimensions of the heightfield
- ‘create grid from boundingbox of selected heightfield
- ‘create circles with a diameter dimension linked to the z value for each point of the heightfield
- ‘create 1D array of diameter dimensions
- ‘define PictureDiameter
Code:
Cynthia proposed tool and 3d grid
In Uncategorized on January 24, 2010 at 9:25 pmcynthia’s 3d grid
Cynthia proposed tool:
1) Catenary curves with different size of bricks
2) find the intersection of box and prepare the cutsheet
3) lighting (as more generative tool)
Proposed Tools and 3d grid script
In Uncategorized on January 22, 2010 at 7:43 pmThe proposed Tool I want to work on are:
Tool 1:
Control a point cloud with 2 control surfaces. Maybe use a slider to adjust a parameter that deals with the distribution of the points
Tool 2:
Some sort of recursively growing tiling script. Maybe start with a penrose tile.
Tool 3:
Tubing a grid shell with radius dependent on force (this would be color coded)
The File below will take user input for x,y,z increments and distribute a user defined object:

















