Hi,
your model is a half pipe. This means you need just 6 diferent types of nodes (most values are constant). I will use just one value for all connected members (its faster and cheeper). For nodes design you can use excel (in case your model is more complicated). According to your node normal you have 3 angles (horizontal, vertica and torsion). I would simply design the nodes in Rhino/AutoCAD.
Hi Raul,
Thank you for answering the topic.
I could indeed design in rhino or autocad one by one, but I’m searching a way for automating on different gridsells / space frames structures shapes, not only the one attached.
I 'm curious about your cluster
Finding the the mesh edges bisectors, I tried to do it with the mesh normals at edges end points, but I realize it might be better at edges mid point. I will check that.
“I’m searching a way for automating on different gridsells / space frames structures shapes”
This is the start of a long and difficult journey.
First you have to decide gridshell or space frame.
Gridshell looks easy but is more complicated.
Space frame looks complicated but it is easyer.
Next step will be to solve your structure geometricaly. You need panels and full connectivity (VV, VE, VF, EF, FF). With this information you can calculate the vectors for V, E and F and all the angles needed.
You will need some collections for the members and nodes.
Connection between member and node will affect your structural calculation. So we are talking about iterations. Structural calculation - node design - struct calc -node design and so on until nothing changes anymore.
I think it is not impossible to do all this things in Grasshopper but the best way is programming. You need to set, hold and change lots of variables and parameters in order to design proper nodes.
There are some solutions but i’m afraid they are strictly internal.