Ornamental Pattern 2D to 3D Form

by fishuyo in Craft > Art

386 Views, 0 Favorites, 0 Comments

Ornamental Pattern 2D to 3D Form

Screen Shot 2020-04-08 at 6.32.30 PM.png

This exploration is based on starter code and process for the first week's assignment of MAT's Computational Design and Fabrication class.

Using the starter python script, 2 points generate a grid and lines to form a 2D pattern. By offsetting the lines into a surface and extruding it along the z-axis, a 3D form is created. Instead of directly extruding the surface, I wanted to generate a more interesting 3D form by warping the surface using a black and white image and then offsetting that surface to create a 3D form.

Supplies

Rhino and Grasshopper and Pufferfish.

2D Pattern

Screen Shot 2020-04-07 at 3.00.42 PM.png
Screen Shot 2020-04-16 at 3.38.45 PM.png
Screen Shot 2020-04-16 at 3.40.56 PM.png
Screen Shot 2020-04-07 at 4.03.03 PM.png

Python script generates a 2D patterns from a point grid and distance thresholded lines. Offset the lines to generate a surface.

3D Form

Screen Shot 2020-04-08 at 5.12.52 PM.png
Screen Shot 2020-04-08 at 4.58.53 PM.png
Screen Shot 2020-04-08 at 5.53.47 PM.png
Screen Shot 2020-04-08 at 6.32.16 PM.png
Screen Shot 2020-04-08 at 6.26.28 PM.png
Screen Shot 2020-04-16 at 3.40.32 PM.png
Screen Shot 2020-04-08 at 6.32.18 PM.png
Screen Shot 2020-04-08 at 6.50.50 PM.png
Screen Shot 2020-04-16 at 3.54.06 PM.png

I decided to displace the surface using an image and accomplished this through an image plane and mesh vertex offsetting. The final surface was then put through a surface offset to generate the 3D form. I had trouble making a form that would successfully union in rhino as a solid object, and perhaps not a simple object to actually print.