2- Wavy Facade 2
In this Paracourse lesson, we are going to model a wavy facade in Grasshopper. First, we are going to model the strips and then by using the curve attractor technique and some data management tricks we will model the louvers.
In this Paracourse lesson, we are going to model a wavy facade in Grasshopper. First, we are going to model the strips and then by using the curve attractor technique and some data management tricks we will model the louvers.
15 Minutes
105 MB
Course Members
Only Our Course members can
download this content. Enroll now!
In this grasshopper example file you can model a parametric pattern on a hexagonal grid.
In this grasshopper example file you can model a series of curly strips by finding points on a cone.
In this grasshopper example file you can model a parametric table with a simplex noise pattern.
In this grasshopper example file you can model a parametric fractal form by using anemone and lunchbox plugins.
In this grasshopper example file you can model a parametric floor lamp with orthogonal lines.
In this grasshopper example file by applying a parametric noise on a series of rectangles and extruding them you can generate a ziggurate geometry.
In this grasshopper example file you can model a parametric pattern by using a series of parakeet components.
In this grasshopper example file you can model a series of parametric petals by using the graph mapper component.
In this grasshopper example file you can model a parametric form by generating a series of random points inside a box.
In this grasshopper example file you can model a series of random parametric puzzle-like panels.
In this grasshopper example file you can model an X shape structure and control the angle.
In this grasshopper example file we have used a stereographic projection combined with the dendro plugin to model a parametric 3d model.
In this grasshopper example file you can use the kangaroo plugin to model a differential growth on a mesh.
In this grasshopper example file by defining random attractor points you can model a parametric terrain NURBS surface.
In this grasshopper example file you can model a skeleton mesh from a series of random points.
In this grasshopper example file you can use the Mobius strip to make a parametric grid.
In this grasshopper example file, you can simulate the fluid particles movement by using the flexhopper plugin.
In this grasshopper example file you can model a 3d hexagonal pattern by defining a point attractor.
In this grasshopper example file you can simulate the flocking of agents inside of a voxel geometry using the zebra plugin.
In this grasshopper example file you can create a polar grid of cones and apply the maelstrom effect on them by using the Maelstrom component.
In this grasshopper example file by panelizing a surface you can morph any given module inside it by using the "morph to twistedbox" component from pufferfish.
In this grasshopper example file, you can simulate the growth of a series of polylines using the kangaroo2 plugin combined with dendro.
In this grasshopper example file you can create a pattern on any NURBS surface by converting it to a super mesh.
In this grasshopper example file you can create a parametric field around a mesh sphere and combine it with the sine function.
Comments
lylangie
Attachment 1.jpg
Hi there! I have a question on making wavy facade on a looped surface (like the attached image) instead of a plane surface.
Since the attractor attracts all points at one direction (say either x or y-axis), how can I define the closest points go to the closest points??
Thank you!
parametric
Hi Angie
Please watch this tutorial for more info
https://parametrichouse.com/10-twisted-louver/
For the distance, you can use the Geodesic component to find the shortest path on the surface and use the curve’s length for your rotation but be aware it’s a slow process
lylangie
Attachment 2.jpg
top view of my model attached