Level: Beginner What you learn: basic primitives, basic operations, modelling volume from a shape.

Steps

  1. Create a line that the louvers will be placed onto. This line will be the lower bound of the louvers, the base line. 🎢 Bonus: create a curved line
  1. Create the line that limits the louvers from the top. This line will be the upper bound of the louvers. 🎢 Bonus: lines can differ in length (e.g. lower line could be 1 meter and the upper one could be 1.5)
  1. Get 10 points from the lower line. At these points we will place the louvers later.
  1. Get 10 corresponding points from the top line and connect them to the base line points.
  1. Now we have the base for our louvers! Great! The only part left is to make 3D shapes out of existing lines. First, let’s extrude each line and create a plane out of it. 🎢 Bonus: lines can be extruded along another line. It means that your louvers can have a more complex profile than a simple rectangle. Try to make it curved.
  1. Our louvers are getting more shape now, time to give them volume and convert from 2D planes into 3D forms. Let’s extrude the planes into 3D boxes (parallelepipeds).
  1. Depending on how your louvers attach to the window construction you might want to move them. One common way to attach the louvers is by the center point. Let’s move our newly created parallelepipeds in a way that their center point lies on the base line.
  1. Louvers are ready! Now let’s rotate them, as that’s the main idea with having louvers :)

    🎢 Bonus: assign different rotation angle to different parallelepipeds.

Check out the full script if you get stuck!


This exercise has been developed under the workshop for Umeå universitetetfor the course of Elena Vazquez Peña Architectural Design Studio HT23-24.