Skip to main content

Rhino & Grasshopper Plugins for Building Computation & Optimizations

Grashopper has a wide set of plugins which can increase the wide range of applicability of grashopper  While Grasshopper itself is a plugin for rhino, there are many individual plugins for each of these separately to increase the productivity of their usage.

With the increasing usage of computation in building design, it is also important to know that there are plugins which can give us the best possible solutions for a given set of parameters provided by us.Plugins like Ladybug, Honey-bee, Geco, Galapagos(pre-installed in grasshopper), for Grasshopper & Diva for Rhino etc.., can help us in creating an environmentally-conscious architectural design.

Here is a few list of plugins along with video links that I found would be helpful in understanding the usage of these plugins:

Galapagos in Grasshopper (Pre-installed):

      In a brief Galapagos is an Evolutionary Problem Solver in grasshopper that tests all the values and gives us the best possible value(in the number slider) for a specified end result.

Geco for Grasshopper:

     Similar to Autodesk Ecotect,Geco is designed for early stages of conceptual design and encourages play to understand environmental factors and interactions. 

Diva for Rhino:

    Unlike all the plugins mentioned here, which are grasshopper plugins, Diva is an Environmental Analysis Plugin for Rhino that works directly with Rhino.

Elk for Grasshopper:


    Elk is a plugin used to generate topographies and street maps using data from OpenStreetMap.org and Shuttle Radar Topography Mission (SRTM) data from NASA/Jet Propulsion Laboratory.

Photoshop to GH live link:

  Andrew Heumann is developing a set of components for grasshopper to create a live link between grasshopper & photoshop to manipulate the grasshopper geometry using photoshop. You can manipulate photoshop using grasshopper too.

In his Grasshopper page , he provides videos showing a demo of the project.

Anemone for Grasshopper (Animation):

 



Mixed Usage:

Comments

Popular Posts

Power Query - "SUBSTITUTE" Function: Remove/Replace multiple values in a column in One Step.

Often times, when you get data from a source, there will most probably be something incorrect that needs to be fixed using an ETL process of Power Query. And most of those transformations would require either Replacing or Removing string's that are not necessary. For example, if you extract any financial data from a source which has multiple currency symbols, there's a chance that the numbers get extracted along with the currency symbols like "$700"/"€700" instead of 700. And these type of cases makes it tough to Transform the Data to our wish as the value will be considered as a text instead of a number. In those type of cases, we would most likely have to create multiple steps to remove the multiple currency symbols from the Column. But thanks to the solution provided by Marcel for one of the questions posted on Stack Overflow, with a little manipulation of the Query language (M), we can replace/Remove multiple strings in one step using the List. ...

Grasshopper: Voronoi Holes on a Planar surface

One of the best natural examples for a Voronoi is the Wing structure of a dragon fly.Grasshopper can help us to build a shape like this in Rhino. Image Courtesy:  The Pond blog Grasshopper by default has a node for Voronoi, we just have to prepare the necessary information to feed into the node. The following example shows how to create a Voronoi shaped holes in a surface Create a planar  Surface  from rhino or grasshopper Randomly Populate the surface with points using the  Populate 2D  Node Feed the surface and the points into the  Voronoi  node and feed a number slider too to adjust eh radius This forms the required Voronoi structure which you can edit the number of points or radius. To create the holes we need to offset each and every inner portion towards its centre using the  Scale  node We can find the centre of each of the inner portions using Area node I'm not sure why but using the offset command su...

Grasshopper: offsetting curves on surface vs scaling curves on surface

Though in Grasshopper Offset and Scale are two different node functions, when it comes to a planar surface, the results of the both are similar. But, I found the " Scale" node to be effective when you want to loft the resultant curve with another. The following images show the different results of a Voronoi structure that yielded when scale and offset nodes are used. When the Offset node is used When Scale is used

Create a shortcut to open Screen Sketch in Windows Ink Workspace

    With the addition of Windows Ink Workspace in Windows 10, we can now take screenshots and draw over the screenshot easily. You can simply click on the Windows Ink Workspace button in the taskbar or press Win+W shortcut to open the Windows Ink Workspace and click on "Screen Sketch" to take a screenshot and start editing it.    But if you would like to have a shortcut to open screen sketch directly without having to open the Ink workspace, you can create one manually using the following simple steps as suggested in the following link : Go to your PC Desktop Right Click and select New > Shortcut In the Next window that appears, copy and paste the following text and click Next ms-penworkspace://Capture Choose a name for the shortcut in the next window and click finish Now, right-click on the shortcut that is created on the desktop and select Properties. Go to Web document tab in the properties window and choose your desired shortcut in the "shortcut ke...