Hello,
I’m trying to define a load which shall be applied to a group of points and shall take a positive or negative value depending on the x-coordinate of the point.
For doing so, I’ve done:
-
Generating the points (I’m taking them from a surface)
-
Generating the loads - generating a list which has the load values corresponding to each point (i.e. same number of load values as points).
-
Feeding the two lists in NodalLoad.ByNodes node of Dynamo.
I was expecting tha Dynamo would combine the lists as first with first, second with second and so on, but not getting those results in Robot.
Thanks in advance