Showing posts with label tapeworm. Show all posts
Showing posts with label tapeworm. Show all posts

2011-04-14

Exhibition opened!

Opening of the exhibition 'function', showing works by Ulrika Karlsson & Marcelyn Gow, Pablo Miranda Carranza & Åsmund Gamlesæter and Mårten Nettelbladt (me). Exhibition hosted, curated and designed by Fritz Halvorsen.
 


 

 


From the catalog:
Searching for the obvious
Mårten Nettelbladt

When you bend a thin strip of plywood you get a beautifully shaped curve. What geometry does this curve follow? There is a peaceful simplicity to the shape, and yet, it doesn't fall into the normal categories of basic geometric shapes as we know them. The exhibition shows two different ways to approach this challenge. Part one: A plywood strip, twelve meters long, curled and twisted into a double loop shape. This geometry is a result of the material trying to resist, and thereby minimize, the forces of bending and torsion. Part two: A computer generated surface, curling and twisting according to user input. Two lists of values control the curvature and the direction of the surface. The resulting single-curved surface will always be developable and unroll to a straight strip. Question: Is there a simple mathematical solution that will produce the same geometry as in the plywood loop? The search continues.

Special thanks toDavid Rutten, McNeelAndy Payne & Jason K. Johnson, Firefly ExperimentsGrasshopper Forum

Download Rhino + Grasshopper files:
The firefly stuff has been omitted in this version since not everyone have their hardware sliders...

2011-04-08

Exhibition 14th April - 19th May 2011, Stockholm



Welcome to the opening of the exhibition 'function' at FFAR forum for architecture 6.00-10.00 p.m. April 14, 2011. The exhibition presents works by servo, Omkrets arkitektur and gran on the theme mathematics and architecture. I'll be showing two models (one plywood + one grasshopper).
R.S.P.V to info@ffar.se before April 10, 2011
Information on upcoming events on www.ffar.se and Facebook
Ringvägen 141, Stockholm, Sweden.
Thanks to Fritz Halvorsen from FFAR for this opportunity!

2011-02-13

Try the Tapeworm




Some people have shown interest in my Tapeworm script, so I'm posting it here for anyone to try.
There are some notations inside the VB script explaining what is going on.
Basically, the script deals with the surface as if it were a long series of connected planar quads and then outputs the vertices of those flat surfaces as two lists of points. These points can be made into either polylines or interpolated curves, resulting in either a faceted or a smooth surface..

The two most important inputs for the script are "bend" and "twist". They should be lists of values that determine the curvature for each segment and the direction of this curvature. Please note that both lists should be equal in length. Also, the more values (steps), the more accurate the surface will be. The resulting surface should become single-curved (developable) and unroll to a straight strip.
Some photos and videos.
Good luck! Feedback is welcome.

Raw grasshoppers should be eaten with caution, as they may contain tapeworms. http://en.wikipedia.org/wiki/Grasshopper

2011-01-15

Tapeworm script with sliders

MD-slider controlling Bending on Y-axes and twisting (left/right) on X-axes. Surface is Baked to Rhino and then unrolled to become flat and straight. Other versions here:





2010-12-18

Tapeworm script


"Tapeworm" is the working title for a little script I'm developing. It will produce a long thin developable surface that unrolls to a straight strip. The curvature (bending + twisting) is controlled by two lists of values.