algorithmic modeling for Rhino
Welcome to
Grasshopper
Added by Parametric House 0 Comments 0 Likes
Added by Parametric House 0 Comments 0 Likes
Added by Parametric House 0 Comments 0 Likes
Added by Parametric House 0 Comments 0 Likes
© 2024 Created by Scott Davidson. Powered by
Comment Wall (3 comments)
You need to be a member of Grasshopper to add comments!
Hello, I am trying to figure out the python script for minimal path algorithm for my thesis.
First I need to create a cube of any dimension.
Then randomly I need to specify one origin say point A and destination point say B.
Now for this point A,B I need to create a machine based network which will automatically enroute A to B.
Where angle will be constant 120,length can be varied, triangular nod e.using these constraints it will create a network.
Now, I should iterate the program in such a way that I should specify the further points say like A1 and B1 so on.
The program will contain a limit constraint where it will come out of iterations loop where it cannot more further form the network.
By this I will get a dense network of 120 deg branches.
Kindly guide
Dear Zach Downey
I follow your tutorial on Designalyze 05 For Loop and Math Library, and I would like to ask you a question or to anyone who could explain to me, why, in the Rhino Python Editor, the points are drawn in rhino when the code is run, but How could I output the points in GH?
the list is different [()] and {}?
RhinoPython_Spiral.gh