2008-11-29

Bending Structure




I used mirrored segments of the cornu spiral to create these arches.
You can download the grasshopper file here:
http://omkrets.se/grasshopper/MN-002-bending-structure.zip

This script generates the cornu spiral.

2008-11-06

Cornu spiral in Grasshopper



A test with construting a cornu spiral in Grasshopper.
Script written in VB.NET. Download .ghx-file below:

http://omkrets.se/grasshopper/MN-001-cornu-spiral.zip

2008-11-03

Grasshopper

 I have used the Grasshopper plug-in for Rhino developed by David Rutten to do some more testing with creating the Cornu Spiral. First manually...

And later by using the Script function.

Generative components

 With GenerativeComponents (GC) I tried to mimic bending in 3d.

This shows an attempt to generate cornu spirals in GC. Not quite right - but beautiful!

Here I used scripting in GC to get a twisting strip.

Bending in 3D

 So far, most examples have been 2d-curves, but what happens when you bend in 3 dimensions.

I made a 3d loop with the saw blade and scanned it with a Microscribe 3d digitizer. Download 3dm-file here.

Cornu spirals in MicroStation


The CAD-program MicroStation has a command for clothoids (cornu spirals) that I used to draw this figure.

When I combined these curves with the ones I had traced by hand, the match was very good!

The traced curves from the saw blade were double (mirrored) clothoid segments.

Finding the Cornu Spiral

I involved a friend (Ola J.) who helped me searching. He found an article by B.K.P. Horn that was called “The Curve of Least Energy”, which contained some pages about a spiral called the “Cornu Spiral” or “Clothoid”.

This spiral is very useful when designing roads, rails and roller-coasters. Segments of the spiral are used as transitions between for example straight and curved parts and give the smoothest possible changes in curvature.

Arranging curves

I digitized these curves and used a CAD-program to arrange them in different ways in order to find some kind of clue to the geometry. The curves could roughly be represented as NURBS-curves with two control points in the application Rhinoceros (Rhino).

 Arranged in this way, the endpoints seemed to lie along two circles with the diameter 4/5 of the curves length. The displacement between the circles was 1/4 of the diameter.

I measured angles and distances in order to understand, but could not see any connections.

Tracing a saw blade

A saw blade, 90 centimetres (3 feet) long, was traced in different positions.


The result was 35 curves with equal length but different distance between the endpoints.

First steps

In order to answer these questions I started tracing strips of plywood. If the endpoints touched each other, there was almost a 90 degree angle and a drop-like shape.


 Here, a strip of paper was bent and traced several times. The anchor points are fixed, but the curve length vary.
I scanned the curves and investigated them in a CAD-program. They were obviously not arcs.

Trying to understand the geometry of bending


When you bend a thin strip of an elastic material you get a beautifully shaped curve. What geometry does this curve follow? Can the curve be calculated if you know the length of the material and the position of the end points? Is it possible to calculate more complex situations with several forces in different directions? Can you make similar calculations in 3d? Can this geometry be useful in design/production?