Circular Diamonds Grasshopper3d Definition

Circular Diamonds

In this grasshopper definition, we have used two parametric circles to generate these circular diamonds. This definition is a good example to learn how to use Dispatch in grasshopper.

Hexagonal Division Grasshopper3d Definition NGon Plugin

Hexagonal Division

In this grasshopper definition, you can divide a NURBS surface into hexagons and then extrude them by using the Ngon plugin.

Basic Agent Base python grasshopper3d definition

Basic Agent Base

In this premium python grasshopper definition you can simulate a basic agent behavior through defining an agent class in python component. Then you can define actions by writing functions inside the agent class.

Infinite Coil Grasshopper3d Definition

Infinite Coil

In this grasshopper definition by creating a series of circles in the X direction and connecting them together from the quarter of each circle, you can create a coil shape pipe.

Rectangular Chain python grasshopper3d definition

Rectangular Chain

In this premium grasshopper python definition we have used python scripting to create a series of rectangles around a circle and form a parametric Chain.

Wandering on Klein Surface Grasshopper3d Definition Noise 4D Plugin

Wandering on Klein Surface

In This grasshopper definition by creating a Klein surface and allowing a series of points to wander on it and combining it with the Perlin noise Algorithm you can create a flocking effect.

Voxelized Ramp

This grasshopper definition creates a voxelized ramp by using the AXOLOTL plugin. You can change the parameters to generate different designs.

Rotating Lines Grasshopper3d Definition

Rotating Lines

In this grasshopper definition, you can model two tilted lines and then find a solid which they can go through if they rotate along an axis.

Basket Weaving Grasshopper3d Example

Basket Weaving

In this grasshopper definition by Martyn Hogg,  you can model a weaving basket. You can select number of weaves in X or Y directions for a flat surface. Similarly, U and V divisions on a curved surface. It also works on a loft through curves.

Loxodrome Grasshopper3d Example

Loxodrome

In this grasshopper definition by Laurent DELRIEU you can model a symetric loxodrome on a sphere. It simply can be done in any revolution object. Laurent used equations from a wikipedia page.

mercurypartition500

Mercury partition

In this grasshopper definition, you can model a structural frame in grasshopper and then use the nodes to generate a random voxelized volume using the Cocoon plugin.

Undulant Portrait Grasshopper3d Definition

Undulant Portrait

In this grasshopper definition by Junichiro Horikawa you can model an undulant portrait using Image Sampler.

Cycloid Grasshopper3d Example

Cycloid

This grasshopper example by Tuğrul Yazar is a Cycloid-like family of curves, generated by its classical description: a rolling circle. There’s no need to roll the circle but divide its path, utilizing data lists to simply rotate and evaluate it.

voxelizednodes500

Voxelized Nodes

In this grasshopper definition, you can create a parametric voxelized node by using the AXOLOTL plugin.

Twisting Strips Grasshopper3d Tutorial

Twisting Strips

In this ParaCourse lesson, we are going to model a twisting box with a completely parametric axis and then learn how to use Shift Paths, Explode Tree, and Flip matrix to model a series of tween surfaces from the box.

Graphic static bridge500

Graphic Static Bridge

In this grasshopper example by defining a force diagram you can model an optimized lattice structure by using the 3D graphic static plugin.

pixel to voxel 500

Pixel to Voxel

In this grasshopper definition, you can model a 3d voxelized form by using a 2d pattern. Monolith plugin is used for the voxelization.

plugin used:
Monolith

***you should use the “2d noise pixels” folder for defining the patterns******

origami folding500

Origami Folding

In this grasshopper definition, inspired by Daniel Piker, you can create an origami pattern and fold it by using the Kangaroo2 Plugin.

ridigbody col 500

Rigid Body Collision

This grasshopper definition, inspired by Daniel Piker, simulates the collision between solids by using the “Kangaroo2” plugin.

Rotating Strips Grasshopper3d Definition

Rotating Strips

In this grasshopper definition, you can model a series of parametric rotating strips that can cover a circle when they lay on the ground.

Game of Life 500

Game Of Life

BY using this grasshopper definition inspired by Gediminas kiredeikis, you can model a sample of “game of life” and control the rules.

2D Venation Pattern Grasshopper3d Definition

2D Venation Pattern

In this Grasshopper definition, you can define a planar closed curve and a series of points for the branching base locations. use the Shortest walk plugin to find the nearest distance between the starting point and the branches. Finally, you can give it a thickness.

Mesh Color Grasshopper3d Example

Mesh Color

The Mesh Color definition by  Curvature applies a vertex color based on the average or upper value of the angles between adjacent faces.

Triangle Holes Grasshopper3d Example

Triangle Holes

In this grasshopper definition by Junichiro Horikawa you can model a triangular 3D pattern.

Smooth Junction Grasshopper3d

Smooth Junction

Here is an example of VB script by Laurent DELRIEU for joining quite smoothly extrusions (minimum of 4). He used circles and rounded rectangles as profile for extrusions, but other shapes could be done too.

Converting Bookshelf Grasshopper3d Python Definition

Converting Bookshelf

In this python component you can make a parametric transforming bookshelf and change the size or the number of boxes by changing the inputs of the component.

testing