Dear All (Developers, Architects and Engineers),
I am a master student at TU Vienna.
I am working on a housing project , in which I want to add a 2D population of points, then I connect the points with branches that are generated from a seed (an initial point). After this I array my units (houses) on the generated network of lines. At the end I will optimize my results in relation to solar gain using Galapagos.
Unfortunatley I am facing 2 problems with my python script : 1- After adding the populate 2d component and connecting it to python , I get an error or null results when I use the points as a list.
2- Which is the more important, I can’t find the way I add lines between each 2 points after arranging them according to PointArrayClosestPoint in python, I have found an interesting example on design analyze.com, which adds circles on the branches instead of connecting them.
you can find this tutorial here :
[http://designalyze.com/intro-scripting-python-rhino/intro-python-scripting-17-simple-growth-01]
For more obvious picture of what I am writing, kindly check the photos to get my idea
