SlideShare une entreprise Scribd logo
1  sur  10
Télécharger pour lire hors ligne
Red Rabbit – Applied Digital Fabrication

The 56-foot Red Rabbit presented unique construction                  The Rabbit’s skin consists of two layers – an inner and an
challenges that were solved through computation,                      outer (Figure 2). The inner skin is matte black. It is internally
programming, and a variety of fabrication techniques. Large-          reinforced with 4”-wide aluminum rings, or bulkheads, one foot
scale sculpture offers opportunities to employ state-of-the-art       on center (Figure 3). The inner skin and bulkheads are welded
fabrication methods not easily applied to projects that involve       together to form a rigid, monocoque structure which is
multiple participants with varying levels of skill. Fabrication of    fastened to the internal steel frame.
the Red Rabbit took considerable advantage of these new
methods and techniques. Indeed, its successful execution may          The outer skin is the primary visible surface of the Rabbit. The
not have been possible without them. Computation and                  facets of the outer skin have a 1” gap between them and
programming also helped link the designer and fabricator              “hover” 1-1/2 inches above, revealing the inner skin
throughout the construction process, enabling them to                 underneath. A custom finish of red paint and crushed red
influence, inform, and respond to each other in a close,              glass decorate the outer panels.
sustained collaboration.
                                                                      Fabrication
Many of the fabrication tools used to make the Rabbit –
scripting languages, nesting software, CNC machines, etc. –           The guiding principal behind fabrication was to minimize the
are increasingly becoming a recommended part of architectural         physical effort required to assemble the Rabbit. This
studies. Although learning about these tools in an academic or        influenced the ability to meet budget and schedule
laboratory setting is essential to assessing their capabilities and   requirements. Much of the assembly planning took place in
limitations, the Rabbit illustrates the importance of                 the earliest stages of digital design before any physical work
understanding the entire fabrication process, including material      was done in the shop. This resulted in a very detailed 3D
properties, fabrication techniques (such as welding vs. riveting),    model which was used to feed fabrication data to CNC
tolerances, construction document coordination, and                   machines, and also served as the project’s “construction
engineering and installation constraints.                             document” (Figure 4). The digital techniques and
                                                                      craftsmanship employed to build the model were essential to
Description                                                           the project’s successful execution in the shop.

The Rabbit is constructed almost entirely out of 1/8” and 3/16”       Writing scripts was central to the construction of the model.
thick aluminum sheets. The design is a closed, triangular mesh        Seventy custom scripts with a total of 3000 lines of code were
composed of 1466 triangles. It is suspended inside an atrium          written specifically for this project. A typical script generated
(Figure 1) by seven cables attached to the building’s structural      the shape of the bulkheads and offset them 4”; another
frame. The cables connect through the skin to an internal steel       collection of scripts creates labels for each of the 3,652 pieces
armature which is designed to distribute suspension loads.            of aluminum.
Scripts also deconstructed the model into a format that is           Common mesh offset algorithms use an offset direction
appropriate for import into 2D nesting software and CNC              aligned with the normal of each vertex. By definition, the faces
machining of each of the individual panels (Figure 5).               of the resulting mesh are not coplanar with the faces of the
                                                                     original, and are separated by a maximum of the nominal
The CNC machine used to cut out the 2D shapes in aluminum            offset distance (Figure 8). It seems likely there is a
played an important role in fabrication. This machine has a          computational solution, however preliminary investigation
secondary head with a 400-watt YAG laser which acts as a             indicates that it is not simple. This is an opportunity for
“printer” for etching text and graphics into the surface of the      improvement to existing CAD software. For the Rabbit, the
aluminum quickly and accurately. This capability was used not        offset skins were created manually.
only to create a detailed label on every panel, but also to create
a three dimensional grid that is projected onto every panel          Conclusion
(Figure 6). Technically any CNC router or waterjet cutter would
be capable of creating labels and graphics such as this;             Although this is an art project, the scale has clear architectural
however quite often it takes more time to etch the labels than to    implications. For example, the manner of hand-picking
cut the part itself. For this project laser etching had an           elements from related disciplines (programming, construction,
important advantage in terms of speed and cost.                      boat building, architecture, database management, etc) and
                                                                     combining them to form a unique design and construction
The various sections of the Rabbit are assembled on a table          strategy could be applied to a custom building façade.
with a matching grid. Organizing and precisely aligning the          Understanding how this approach plays out at this scale is key
thousands of aluminum parts is as straightforward as aligning        to the way these techniques are integrated into architectural
the grid and connecting the dots (Figure 7). The sculpture is        teachings and practice. Designers are becoming increasingly
divided into 14 sections to be shipped to the site individually.     adept at creating complex forms with the assistance of
There they get bolted together - The outer skin panels are then      computers. Our ability to translate between virtual models and
fastened with hook-and-loop pads, and the whole sculpture is         physical objects requires a commensurate level of adaptation
lifted into the atrium with winches.                                 and creativity.

Mesh Offset Limitations                                              The Rabbit is due to be installed in July 2011.

Offsetting the Rabbit’s outer skin to create the inner skin was
an important step in developing the fabrication model.
Surprisingly, scripts and existing CAD operations failed to
accomplish this in any automatic way. Offsetting geometry is a
common command built into nearly any commercially available
CAD program, however a nuance about the way these
programs perform offsets made the command ineffective for
this particular project.
Figure 1. Left: Shop drawing, side elevation. Suspension cables shown in color. Right: Architectural rendering.
Figure 2. Left: Shop drawing of detail section showing connection detail between inner and outer skin. Right: CAD model, detail perspective at right
front paw.
Figure 3. CAD model perspective at right, rear paw. Ribs/bulkheads in green, inner skin in gray, panel labels in magenta, and one-foot grid in cyan.
Figure 4. CAD model views – Top: Perspective section exposing inner skin, ribs, and internal steel space frame (shown in blue). Bottom: Illustration of
outer skin panel grouping.
Figure 5. Top: All 1,466 panels comprising the rabbit’s inner skin. A program that groups and flattens the panels was written in Rhinoscript. Bottom-left:
A typical sheet of nested panels. Bottom-right: Once nested, layout documents were generated by Sigmanest detailing the contents of each aluminum
sheet, quantities, nesting efficiency, even the weight of each panel.
Figure 6. Top-left: The 2D CNC machine used to cut all of the panels. Top-right: The panels cuts were perforated so they could be delivered attached
to the sheet they were cut out of. They were then snipped out for assembly as needed. Bottom-right: a label created by the CNC laser etching head
indicating panel type, panel number, and group number. Bottom-left: A working surface with a 1-foot grid to assist alignment during assembly.
Figure 8. Assembly in various stages. The grid on the floor was supplemented with 1-foot wide, kerf-cut plywood spacers, and lasers. Once the
bulkheads were in place (top-left), the inner skin panels are temporarily held in place with blue masking tape, tack welded, and set aside for final welding
and finishing. Bottom-left: a graphic index of the assembly groups. The photos, from left to right correspond with groups 14, 13, and 7.
Figure 8. The difference between offsetting according to vertex normals vs face normals is subtle, but significant. Keeping the assembly of the rabbit
simple relied on the “bent aluminum bar” shown in the top-left detail to be the same size for every panel. The diagram in the lower-left helps illustrate the
difference in results. Extrapolating this into 3D makes the issue much more complicated. For example, if the original surface consists of triangular facets,
the facets of a face-normal offset surface will not be triangular, and will not necessarily be convex polygons.

Contenu connexe

Similaire à Acadia2011 - Red Rabbit

Graphics Within Industry
Graphics Within IndustryGraphics Within Industry
Graphics Within Industry
s2francetrip
 
Implementing the latest embedded component technology from concept-to-manufac...
Implementing the latest embedded component technology from concept-to-manufac...Implementing the latest embedded component technology from concept-to-manufac...
Implementing the latest embedded component technology from concept-to-manufac...
Zuken
 

Similaire à Acadia2011 - Red Rabbit (20)

Fabricating Raised Relief Terrains from Global Mapper GIS
Fabricating Raised Relief Terrains from Global Mapper GISFabricating Raised Relief Terrains from Global Mapper GIS
Fabricating Raised Relief Terrains from Global Mapper GIS
 
report rp
report rp report rp
report rp
 
Automatically adapted metal connections by CAD / CAM technology to the irregu...
Automatically adapted metal connections by CAD / CAM technology to the irregu...Automatically adapted metal connections by CAD / CAM technology to the irregu...
Automatically adapted metal connections by CAD / CAM technology to the irregu...
 
Graphics Within Industry
Graphics Within IndustryGraphics Within Industry
Graphics Within Industry
 
Implementing the latest embedded component technology from concept-to-manufac...
Implementing the latest embedded component technology from concept-to-manufac...Implementing the latest embedded component technology from concept-to-manufac...
Implementing the latest embedded component technology from concept-to-manufac...
 
Chapter 1.pptx
Chapter 1.pptxChapter 1.pptx
Chapter 1.pptx
 
Intro to AutoCAD
Intro to AutoCADIntro to AutoCAD
Intro to AutoCAD
 
Rapid prototyping
Rapid prototypingRapid prototyping
Rapid prototyping
 
Chapter02.structural design using staad pro
Chapter02.structural design using staad proChapter02.structural design using staad pro
Chapter02.structural design using staad pro
 
05 E G1016
05 E G101605 E G1016
05 E G1016
 
Lecture-1.pptx
Lecture-1.pptxLecture-1.pptx
Lecture-1.pptx
 
Hybrid method for automating generation of reticulated structures (lattice st...
Hybrid method for automating generation of reticulated structures (lattice st...Hybrid method for automating generation of reticulated structures (lattice st...
Hybrid method for automating generation of reticulated structures (lattice st...
 
Geometric modelling
Geometric modellingGeometric modelling
Geometric modelling
 
Pci journal 2003
Pci journal 2003Pci journal 2003
Pci journal 2003
 
ppt 3 demo.pptx
ppt 3 demo.pptxppt 3 demo.pptx
ppt 3 demo.pptx
 
3D Printing Of Buildings in Construction Industry
3D Printing Of Buildings in Construction Industry3D Printing Of Buildings in Construction Industry
3D Printing Of Buildings in Construction Industry
 
FLATCUT PRESENTATION
FLATCUT PRESENTATIONFLATCUT PRESENTATION
FLATCUT PRESENTATION
 
rapidprototyping.ppt
rapidprototyping.pptrapidprototyping.ppt
rapidprototyping.ppt
 
rapidprototyping.ppt
rapidprototyping.pptrapidprototyping.ppt
rapidprototyping.ppt
 
3-Phase Recognition Approach to Pseudo 3D Building Generation from 2D Floor P...
3-Phase Recognition Approach to Pseudo 3D Building Generation from 2D Floor P...3-Phase Recognition Approach to Pseudo 3D Building Generation from 2D Floor P...
3-Phase Recognition Approach to Pseudo 3D Building Generation from 2D Floor P...
 

Dernier

Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers:  A Deep Dive into Serverless Spatial Data and FMECloud Frontiers:  A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
Safe Software
 
Why Teams call analytics are critical to your entire business
Why Teams call analytics are critical to your entire businessWhy Teams call analytics are critical to your entire business
Why Teams call analytics are critical to your entire business
panagenda
 
Artificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and MythsArtificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and Myths
Joaquim Jorge
 

Dernier (20)

How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected Worker
 
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers:  A Deep Dive into Serverless Spatial Data and FMECloud Frontiers:  A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
 
Tata AIG General Insurance Company - Insurer Innovation Award 2024
Tata AIG General Insurance Company - Insurer Innovation Award 2024Tata AIG General Insurance Company - Insurer Innovation Award 2024
Tata AIG General Insurance Company - Insurer Innovation Award 2024
 
AWS Community Day CPH - Three problems of Terraform
AWS Community Day CPH - Three problems of TerraformAWS Community Day CPH - Three problems of Terraform
AWS Community Day CPH - Three problems of Terraform
 
TrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law DevelopmentsTrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
 
Top 10 Most Downloaded Games on Play Store in 2024
Top 10 Most Downloaded Games on Play Store in 2024Top 10 Most Downloaded Games on Play Store in 2024
Top 10 Most Downloaded Games on Play Store in 2024
 
Data Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonData Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt Robison
 
Why Teams call analytics are critical to your entire business
Why Teams call analytics are critical to your entire businessWhy Teams call analytics are critical to your entire business
Why Teams call analytics are critical to your entire business
 
Strategies for Landing an Oracle DBA Job as a Fresher
Strategies for Landing an Oracle DBA Job as a FresherStrategies for Landing an Oracle DBA Job as a Fresher
Strategies for Landing an Oracle DBA Job as a Fresher
 
Scaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organizationScaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organization
 
Understanding Discord NSFW Servers A Guide for Responsible Users.pdf
Understanding Discord NSFW Servers A Guide for Responsible Users.pdfUnderstanding Discord NSFW Servers A Guide for Responsible Users.pdf
Understanding Discord NSFW Servers A Guide for Responsible Users.pdf
 
Artificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and MythsArtificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and Myths
 
TrustArc Webinar - Unlock the Power of AI-Driven Data Discovery
TrustArc Webinar - Unlock the Power of AI-Driven Data DiscoveryTrustArc Webinar - Unlock the Power of AI-Driven Data Discovery
TrustArc Webinar - Unlock the Power of AI-Driven Data Discovery
 
Partners Life - Insurer Innovation Award 2024
Partners Life - Insurer Innovation Award 2024Partners Life - Insurer Innovation Award 2024
Partners Life - Insurer Innovation Award 2024
 
MINDCTI Revenue Release Quarter One 2024
MINDCTI Revenue Release Quarter One 2024MINDCTI Revenue Release Quarter One 2024
MINDCTI Revenue Release Quarter One 2024
 
🐬 The future of MySQL is Postgres 🐘
🐬  The future of MySQL is Postgres   🐘🐬  The future of MySQL is Postgres   🐘
🐬 The future of MySQL is Postgres 🐘
 
GenAI Risks & Security Meetup 01052024.pdf
GenAI Risks & Security Meetup 01052024.pdfGenAI Risks & Security Meetup 01052024.pdf
GenAI Risks & Security Meetup 01052024.pdf
 
Boost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivityBoost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivity
 
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
 
Strategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
Strategize a Smooth Tenant-to-tenant Migration and Copilot TakeoffStrategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
Strategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
 

Acadia2011 - Red Rabbit

  • 1. Red Rabbit – Applied Digital Fabrication The 56-foot Red Rabbit presented unique construction The Rabbit’s skin consists of two layers – an inner and an challenges that were solved through computation, outer (Figure 2). The inner skin is matte black. It is internally programming, and a variety of fabrication techniques. Large- reinforced with 4”-wide aluminum rings, or bulkheads, one foot scale sculpture offers opportunities to employ state-of-the-art on center (Figure 3). The inner skin and bulkheads are welded fabrication methods not easily applied to projects that involve together to form a rigid, monocoque structure which is multiple participants with varying levels of skill. Fabrication of fastened to the internal steel frame. the Red Rabbit took considerable advantage of these new methods and techniques. Indeed, its successful execution may The outer skin is the primary visible surface of the Rabbit. The not have been possible without them. Computation and facets of the outer skin have a 1” gap between them and programming also helped link the designer and fabricator “hover” 1-1/2 inches above, revealing the inner skin throughout the construction process, enabling them to underneath. A custom finish of red paint and crushed red influence, inform, and respond to each other in a close, glass decorate the outer panels. sustained collaboration. Fabrication Many of the fabrication tools used to make the Rabbit – scripting languages, nesting software, CNC machines, etc. – The guiding principal behind fabrication was to minimize the are increasingly becoming a recommended part of architectural physical effort required to assemble the Rabbit. This studies. Although learning about these tools in an academic or influenced the ability to meet budget and schedule laboratory setting is essential to assessing their capabilities and requirements. Much of the assembly planning took place in limitations, the Rabbit illustrates the importance of the earliest stages of digital design before any physical work understanding the entire fabrication process, including material was done in the shop. This resulted in a very detailed 3D properties, fabrication techniques (such as welding vs. riveting), model which was used to feed fabrication data to CNC tolerances, construction document coordination, and machines, and also served as the project’s “construction engineering and installation constraints. document” (Figure 4). The digital techniques and craftsmanship employed to build the model were essential to Description the project’s successful execution in the shop. The Rabbit is constructed almost entirely out of 1/8” and 3/16” Writing scripts was central to the construction of the model. thick aluminum sheets. The design is a closed, triangular mesh Seventy custom scripts with a total of 3000 lines of code were composed of 1466 triangles. It is suspended inside an atrium written specifically for this project. A typical script generated (Figure 1) by seven cables attached to the building’s structural the shape of the bulkheads and offset them 4”; another frame. The cables connect through the skin to an internal steel collection of scripts creates labels for each of the 3,652 pieces armature which is designed to distribute suspension loads. of aluminum.
  • 2. Scripts also deconstructed the model into a format that is Common mesh offset algorithms use an offset direction appropriate for import into 2D nesting software and CNC aligned with the normal of each vertex. By definition, the faces machining of each of the individual panels (Figure 5). of the resulting mesh are not coplanar with the faces of the original, and are separated by a maximum of the nominal The CNC machine used to cut out the 2D shapes in aluminum offset distance (Figure 8). It seems likely there is a played an important role in fabrication. This machine has a computational solution, however preliminary investigation secondary head with a 400-watt YAG laser which acts as a indicates that it is not simple. This is an opportunity for “printer” for etching text and graphics into the surface of the improvement to existing CAD software. For the Rabbit, the aluminum quickly and accurately. This capability was used not offset skins were created manually. only to create a detailed label on every panel, but also to create a three dimensional grid that is projected onto every panel Conclusion (Figure 6). Technically any CNC router or waterjet cutter would be capable of creating labels and graphics such as this; Although this is an art project, the scale has clear architectural however quite often it takes more time to etch the labels than to implications. For example, the manner of hand-picking cut the part itself. For this project laser etching had an elements from related disciplines (programming, construction, important advantage in terms of speed and cost. boat building, architecture, database management, etc) and combining them to form a unique design and construction The various sections of the Rabbit are assembled on a table strategy could be applied to a custom building façade. with a matching grid. Organizing and precisely aligning the Understanding how this approach plays out at this scale is key thousands of aluminum parts is as straightforward as aligning to the way these techniques are integrated into architectural the grid and connecting the dots (Figure 7). The sculpture is teachings and practice. Designers are becoming increasingly divided into 14 sections to be shipped to the site individually. adept at creating complex forms with the assistance of There they get bolted together - The outer skin panels are then computers. Our ability to translate between virtual models and fastened with hook-and-loop pads, and the whole sculpture is physical objects requires a commensurate level of adaptation lifted into the atrium with winches. and creativity. Mesh Offset Limitations The Rabbit is due to be installed in July 2011. Offsetting the Rabbit’s outer skin to create the inner skin was an important step in developing the fabrication model. Surprisingly, scripts and existing CAD operations failed to accomplish this in any automatic way. Offsetting geometry is a common command built into nearly any commercially available CAD program, however a nuance about the way these programs perform offsets made the command ineffective for this particular project.
  • 3. Figure 1. Left: Shop drawing, side elevation. Suspension cables shown in color. Right: Architectural rendering.
  • 4. Figure 2. Left: Shop drawing of detail section showing connection detail between inner and outer skin. Right: CAD model, detail perspective at right front paw.
  • 5. Figure 3. CAD model perspective at right, rear paw. Ribs/bulkheads in green, inner skin in gray, panel labels in magenta, and one-foot grid in cyan.
  • 6. Figure 4. CAD model views – Top: Perspective section exposing inner skin, ribs, and internal steel space frame (shown in blue). Bottom: Illustration of outer skin panel grouping.
  • 7. Figure 5. Top: All 1,466 panels comprising the rabbit’s inner skin. A program that groups and flattens the panels was written in Rhinoscript. Bottom-left: A typical sheet of nested panels. Bottom-right: Once nested, layout documents were generated by Sigmanest detailing the contents of each aluminum sheet, quantities, nesting efficiency, even the weight of each panel.
  • 8. Figure 6. Top-left: The 2D CNC machine used to cut all of the panels. Top-right: The panels cuts were perforated so they could be delivered attached to the sheet they were cut out of. They were then snipped out for assembly as needed. Bottom-right: a label created by the CNC laser etching head indicating panel type, panel number, and group number. Bottom-left: A working surface with a 1-foot grid to assist alignment during assembly.
  • 9. Figure 8. Assembly in various stages. The grid on the floor was supplemented with 1-foot wide, kerf-cut plywood spacers, and lasers. Once the bulkheads were in place (top-left), the inner skin panels are temporarily held in place with blue masking tape, tack welded, and set aside for final welding and finishing. Bottom-left: a graphic index of the assembly groups. The photos, from left to right correspond with groups 14, 13, and 7.
  • 10. Figure 8. The difference between offsetting according to vertex normals vs face normals is subtle, but significant. Keeping the assembly of the rabbit simple relied on the “bent aluminum bar” shown in the top-left detail to be the same size for every panel. The diagram in the lower-left helps illustrate the difference in results. Extrapolating this into 3D makes the issue much more complicated. For example, if the original surface consists of triangular facets, the facets of a face-normal offset surface will not be triangular, and will not necessarily be convex polygons.