here are a few renderings of the folded ceiling system applied in the lobby. about 300m2 total surface area which would require about 100 modules similar to the mock-up from the previous post.



Saturday, May 9, 2009
faceted metal ceiling
Posted by
lúcio santos
at
01:21
0
comments
Labels: folded metal, modular, public space, rhino, rhino scripting
Saturday, January 31, 2009
folded metal ceiling




Posted by
lúcio santos
at
00:39
2
comments
Labels: folded metal, modular, public space, rhino, rhino scripting
Saturday, October 4, 2008
Random Close Packing II

here's another try at producing random close packing on a surface with a rectilinear module. two curves where plotted along the surface with random z-coordinates. a surface was then generated by lofting between the two curves.
Posted by
lúcio santos
at
01:46
5
comments
Labels: modular, rhino, rhino scripting
Wednesday, September 24, 2008
Random Close Packing


sorry for the hiatus in posting this summer but between the beautiful weather, being busy at the office, and spending time with my 21 month-old daughter i just couldn't find time to post anything new. but alas with the warm summer days gone and vacations nearly forgotten i will be focusing back onto production mode.
above are some images of my interpretation of 'RCP' (random close packing) on a surface. essentially a educlidean grid was generated on the surface,randomly rotated curves were plotted relative to the surface normals and used as paths to extrude variable curve profiles plotted on the surface. a random color range was applied to each surface relative to its z-coordinates.
random close packing (RCP) is an empirical parameter used to characterize the maximum volume fraction of solid objects obtained when they are packed randomly. --Wikipedia
Posted by
lúcio santos
at
23:42
0
comments
Labels: cellular, modular, rhino, rhino scripting
Thursday, July 3, 2008
pixelization
Posted by
lúcio santos
at
23:16
4
comments
Labels: modular, public space, rhino, rhino scripting
Tuesday, June 24, 2008
Modularity - a rational approach to complexity
here are the magazine spreads with the english text below.






Modularity – A Rational Approach to Complexity
The primary focus of my research is modularity, not necessarily in the sense of mass produceable self-similar parts but more in the sense of breaking down complex geometries into identifiable, describable, elements for representation and fabrication. I'm interested in producing seamingly complicated forms with standard contruction methods and non-expensive materials. The research is process driven, it focuses on simplicity and maintaining clear formal gestures.
The underlying concept for the geometry of my proposal for the ‘DRL_Ten Pavilion’ competition was to create a biomorphic formal expression of the post-graduate program’s growth and evolution since its conception. The aim of the proposal was to test the structural capabilities of ‘fibre-c’, an advanced technology fibreglass reinforced concrete panel, as a suitable material for non-standard forms (Figura 1a & 1b).
Similar to working with traditional plastic materials such as clay, the base geometry was sculpted from a planar NURBS surface. Using the ‘Rebuild’ tool to increase the amount of control points on the surface (Figura 2a), adding a greater degree of precision and control, the control points where then manipulated to generate the base geometry (Figura 2b). In order to specify the required depth of the structure I offset the finalized base geometry surface using the ‘OffsetSrf’ tool (Figura 2c).
The ‘Modular Dining Experience’ was a mini-charrette investigating modular dining configurations suitable for at least ten people within a 3.3m x 3.3m x 3.3m volume. The concept was to have a sitting arrangement which included the table, seats, and spatial envelope created from one continuous surface (Figura 3a).
Different then the previous example the base geometry was not created using a push-and-pull method of control points but rather by creating a surface from NURBS curves. The base geometry was formed using the ‘Sweep2’ tool between two profile sections [each having the envelope inclined in opposite directions] connected by two edge curves functioning as rails, providing greater control over the deformation of the surface (Figura 4a).
Extracting modules from the base geometry normally begins by applying onto the surface a grid that defines the maximum size a module can be. Depending on the complexity of the surface, and or the desire to have planar as apposed to curved modules, the grid may vary in its true spacing. This happens when applying an orthogonal cartesian grid onto a surface with variable curvature.
In the case of the pavilion proposal, the concept was to pixilate the surface with flat fibre-c panels. In order to compensate for the variable surface curvature the central spine of the geometry was subdivided, using the ’Divide’ tool, into segments of a specified length to locate the placement of the grid lines on the surface (Figura 5a). Zones of similar curvature were created to define panel widths, allowing for panel repetition (Figura 5b).
The base geometry was split by the grid lines into individual bays. Each bay was then flattened using the ‘CreateUVCrv’ tool to form guides for the placement of the panels in 2d (Figura 6a). Once the panels were laid out each strip was reapplied back onto the faceted bays in 3d using the ‘ApplyCrv’ tool. Because the base geometry contained double-curvature each module had to be flattened relative to its average normal by using the ‘SetPT’ tool (Figura 5c).
Breaking apart the overall form of the pavilion into typical zones aided in reducing the number of moulds to five, each creating between four and six fibre-c module variations, resulting in a total of 22 unique panel types (Figura 6b). The panels were designed based on the structural principle of folding a flat sheet of material to increase its structural properties. The folded edges of the modules transfer vertical forces to the support structure below (Figura 6c).
In the case of the ‘Modular Dining Experience’, the concept was to deconstruct the continuous double-curved surface into six striations of single-curvature. Using the ‘Contour’ tool a spaced series of planar curves were created over the base geometry (Figura 4b) and were then extruded in the same direction. Each extruded striation was then given a thickness by using the ‘OffsetSrf’ tool [with solid option selected] (Figura 4c).
Each individual striation serves as a self-contained dining module for two that can be packed together to serve groups (Figura 3a) or pulled apart and completely separated for more intimate settings (Figura 3b).
Both projects involve the creation of modularity by extracting information from a base geometry. While the pavilion attempts to facet the complex geometry by reconstructing it with flat panels the modular dining simply uses the base geometry as a starting position for the striations.
Scripting provides the ability of automating repetitive functions as well as generating emergent forms by applying explicit logic to the modeling process. There are two methodologies in which scripting can be very useful within design: firstly as an agent for generating modularity of a surface and secondly as an agent for planning modular space.
Posted by
lúcio santos
at
23:50
0
comments
Labels: publications, rhino, rhino scripting
Monday, June 16, 2008
Zaragoza Bridge Pavilion Opens

Posted by
lúcio santos
at
20:46
0
comments
Labels: public space, rhino, rhino scripting, Zaha Hadid
Tuesday, April 8, 2008
surface scaling
i've been testing different cladding options for complex geometries, this is a simple hexagonal script applied to the base surface. the hexagon cell is lofted to a single point which creates a very nice scale effect on the surface.
Posted by
lúcio santos
at
23:55
1 comments
Labels: DRL TEN Pavilion, modular, rhino, rhino scripting
Sunday, April 6, 2008
surface tesselation
i've been working on tessellating complex surfaces with flat panels. in order to achieve fixed seams triangulation seems to be the obvious choice so focus can be applied on the design of the reveal between panels. this script plots a grid of points on the surface, draws a polyline through 3 points, rounds the edges of the polyline, and then creates the panel surface.

Posted by
lúcio santos
at
03:03
1 comments
Labels: cellular, modular, rhino, rhino scripting
Friday, April 4, 2008
folded surface cladding
Posted by
lúcio santos
at
00:36
0
comments
Labels: furniture, modular, rhino, rhino scripting
Tuesday, March 18, 2008
folded surfaces
here are a few images testing folded surface generation.
paper exhibits zero gaussian curvature at all points on its surface, and only folds naturally along lines of zero curvature. but the curvature along the surface of a non-folded crease in the paper, as is easily done with wet paper or a fingernail, is no longer subject to this constraint. -Wikipedia

Posted by
lúcio santos
at
15:12
0
comments
Labels: cellular, furniture, modular, rhino, rhino scripting
Saturday, March 8, 2008
cellular house
some further development of the cellular typology. working the floor plan of this detached home to include outdoor terraces at every other cell as well as experimenting with framing the openings on the façade.





Posted by
lúcio santos
at
00:35
1 comments
Labels: cellular, modular, private space, rhino, rhino scripting
Thursday, February 28, 2008
DRL TEN Pavilion















Posted by
lúcio santos
at
00:49
2
comments
Labels: DRL TEN Pavilion, modular, public space, rhino, rhino scripting
Saturday, February 9, 2008
topo-xelated


Posted by
lúcio santos
at
01:32
1 comments
Labels: modular, public space, rhino, rhino scripting
Friday, February 8, 2008
striations


Posted by
lúcio santos
at
00:12
0
comments
Labels: modular, public space, rhino, Réd collection


