Defining Loads in Dynamo for Robot Structural Analysis (RSA)

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:

  1. Generating the points (I’m taking them from a surface)

  2. Generating the loads - generating a list which has the load values corresponding to each point (i.e. same number of load values as points).

  3. 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