Difference between revisions of "project05:W1"
From rbse
m (→Nick van Dorp) |
(→Nick van Dorp) |
||
Line 21: | Line 21: | ||
''Design strategy'': Use anemone to build the volume step by step. Use closest points to construct a network of possible paths. Choose shortest route with 'shortest path' plugin. | ''Design strategy'': Use anemone to build the volume step by step. Use closest points to construct a network of possible paths. Choose shortest route with 'shortest path' plugin. | ||
+ | |||
+ | GH-script: [[Media:Nvandorp_w1.gh]] | ||
In the gif you can see the volume being constructed out of cubes like it is growing. The blue line indicated the shortest path: | In the gif you can see the volume being constructed out of cubes like it is growing. The blue line indicated the shortest path: |
Revision as of 18:58, 12 October 2016
Nick van Dorp
Design objective: Build any given volume with cubes; Determine the order in which they can be stacked and determine the shortest possible path they should follow to reach their position.
Design strategy: Use anemone to build the volume step by step. Use closest points to construct a network of possible paths. Choose shortest route with 'shortest path' plugin.
GH-script: Media:Nvandorp_w1.gh
In the gif you can see the volume being constructed out of cubes like it is growing. The blue line indicated the shortest path:
Computational Flow Diagram: