For the design studio, the project consists of creating a pavilion for my country, Venezuela. After some research, I decided to use a resource in Venezuelan architecture called “muro calado” (which roughly translates to openwork wall, or wall with openings).
The project revolves around creating a skin for the Pavilion, using the BoxMorph command to create it.
First we must create the surface around which the skin of the project would revolve around in Rhino. After create an associated surface in Grasshopper by double clicking anywhere in the workspace and writing surface. You can also look for it under Params > Geometry tab. To create the relationship between the two, right click on the Surface command and select “set one surface”. This will take you back to Rhino, where you can click on the surface you wish to work on.
Insert the IsoTrim command the same way as with the surface command.Connect the surface to the IsoTrim command, in the S (Surface) input.
Now insert a Divide Domain, that will allow us to divide and control the amount of divisions on the surface.
Pressing the Shift button, connect the Surface command to the I (Domain) in the Domain command.
Then we have the U and V inputs, which refer to the divisions on each direction on the surface. For this we will create sliders. Right click twice on the grasshopper workspace and write any number you need for the divisions.
If you double click on the word “slider” you can change many different parameters, such as the domain, range, properties, numeric value, etc. To change the numeric value you can also select the white diamond and slide it. Copy the slider by first selecting it, pressing the Alt button and dragging it.
Connect each slider to the U and V inputs respectively, you will see that the name will change accordingly.
Now simply connect the Domain command to the IsoTrim D (Domain) input.
Next add the SurfaceBox command, as to create twisted boxes, or boxes that will adapt to the surface previously added.
Pressing Shift, Connect the Surface command to the S (Surface) input in the SurfaceBox command, and the DivideDomain to the D (Domain) input.
We are missing the Height input, and for that we will create another slider and connect it.
For the next step you need an object pattern, which will be the object that defines the skin pattern after the BoxMorph is finished. I designed a box with a particular opening that would work well for my project, but it can be any shape you want. You can model it in Rhino or using the geometry commands in Grasshopper.
Insert the BRep command, and if you modeled your object pattern from Rhino, associate it the same way as we did with the surface. Right click on the Brep command and click “Set one BRep”, select your object on the Rhino workspace.
We now have the surface which is divided in as many parts as we want, and an associated box to each part. What we want to achieve is insert our object pattern or BRep into the boxes on the surface. For this we insert the BoundingBox command , and connect the Brep output to the C (Content) input. This will create a box around our object pattern.
Finally, insert the BoxMorph command, this is the final step towards achieving the skin we want to create.
Connect the SurfaceBox B output to the T (Target) input in the BoxMorph command.
Next, pressing shift connect the BRep output to the G (Geometry) input.
Lastly connect the B output in the BoundingBox command to the R (Reference) input in the BoxMorph command. Now we can get a glimpse of the skin, and change the number of divisions (U and V counts) and the height to achieve the desired result.
To be able to better manage it from Rhino, I want them to work as meshes. For this insert the MeshBrep command, which will turn each Brep into a mesh.
Connect the G output into the B (BRep) in the MeshRep command.
To make the process a bit faster and smoother add the Settings (Speed) command, and connect it to the S (Settings) input.
Insert the MJoin command, which will unite all the meshes from the Breps into one mesh. Connect it to the Mesh Brep output.
Finally, to merge any creases in the mesh, insert the WeldMesh command and connect it to the MeshJoin output.
To have the model in Rhino, right click on the WeldMesh command and click “Bake”.
I tried modelling different object patterns or Breps, and by switching the connection to each I could see all the different possibilities.
I played with the amount of bounding boxes on the surface until I achieved a scale that seemed appropriate for the project, and then removed some of the meshes as to create some openings.