Learning source: What's the deal with Organic structures · Architecture Topics ↗

A reusable organic-modelling workflow: base mesh → shaping → subdivision → solidify → wireframe → boolean trimming → bevel finishing.

What this study covers

The tutorial builds three organic canopy forms without sculpting. The key is to keep the base mesh simple, then let modifiers such as Lattice, Subdivision Surface, Solidify and Wireframe take on distinct jobs.

LevelFormCore method
Level 1Circular canopyFilled circle, poke face, subdivision, solidify and wireframe
Level 2Curved canopyPlane shaped indirectly with Lattice, then trimmed with Boolean
Level 3Modular domeSubdivision, Lattice, Mirror and Array for a continuous system

Level 1: begin with a circle

Add an eight-vertex circle, fill it, then use Poke Faces to create a centre control point. Raising that point and adjusting alternating outer vertices produces the first canopy curve. Subdivision smooths it; Solidify gives it thickness.

Duplicate the surface for the metal frame and add Wireframe. A final Bevel makes edges catch light more naturally.

Level 2: Lattice for controlled curvature

Instead of pulling the plane mesh directly, use a Lattice that surrounds it. Editing the lattice keeps the surface clean and leaves the whole form easy to revise.

  • Place Subdivision Surface above Lattice in the modifier stack.
  • Increase Lattice resolution when you need more local control.
  • For a wire frame, remove Solidify from the duplicate, apply the remaining modifiers, then add Wireframe.

Level 3: extend one unit into a system

Mirror covers neighbouring areas and Array extends the structure in one direction. The lattice still controls the overall curvature, so one adjusted control point can reshape an entire canopy.

Seven details worth retaining

  1. Always apply scale first. Apply scale before adding Wireframe, Boolean, or similar modifiers to avoid inconsistent results.
  2. Place Subdivision Surface above Lattice. Stack order determines the result; the wrong order can produce strange shapes.
  3. Apply modifiers on Boolean cutters first. Duplicate the source, convert it to a mesh, then use it to cut.
  4. Bevel is not only about rounding edges. It changes how light falls on corners and improves realism.
  5. Add loop cuts before Boolean. Ordinary loop cuts are usually unavailable after a Boolean operation.
  6. Higher Lattice resolution makes changes more local. Raise Resolution to around 9 when you need finer control.
  7. One lattice point can influence the whole system. With Mirror or Array, a single adjustment can reshape an entire canopy into a tent-like form.

Takeaway

The value of this approach is that it keeps each decision reversible: a simple mesh stays controllable while modifiers create complexity. That makes later changes to scale, curvature and repetition much easier.