shortest-walk-gh

Grasshopper ShortestWalk

The ShortestWalk add-on for Grasshopper exposes one component which, given a network of curves and a list of lines, calculates the shortest route from line start point to line end points in a network.

Related Lessons & Examples

2D Venation Pattern
2D Venation Pattern
In this Grasshopper definition, you can define a planar closed curve and a series of points for the...
Kangaroo Parametric Dome
Kangaroo Parametric Dome
In this grasshopper example file, you can use the Shortest Walk Plugin to generate a series of short...
Mesh Colour Pattern
Mesh Colour Pattern
In this grasshopper example file you can model a parametric 3d mesh by using the shortest walk plugi...
Parametric Maze
In this Grasshopper example file you can design a parametric maze and find the path from a starting...
Polar Growth
In this grasshopper shortetwalk example file, you can create a series of parametric polar branches b...
Shortest Walk
Shortest Walk
In this definition you can use the shortest walk plugin to produce a venation pattern between a seri...
Shortest Walk
Shortest Walk
In this Grasshopper tutorial, you will learn how to use the Shortest Walk plugin to generate a venat...
Shortest Walk Table
Shortest Walk Table
In this grasshopper example file by using the shortest walk plugin and a series of random points you...

ShortestWalk Plugin

The ShortestWalk add-on for Grasshopper exposes one component which, given a network of curves and a list of lines, calculates the shortest route from line start point to line end points in a network.

It is based on a topology calculator and the A* search algorithm.

To install:

  • In Grasshopper, choose File > Special Folders > Components folder. Save the gha file there.
  • Right-click the file > Properties > make sure there is no “blocked” text
  • Restart Rhino and Grasshopper

Please let me know comments and ideas, and see also the Rhino ShortestWalk command. The source code for this command is published here.