Transfering connection forces as loads in an other model [SOLVED]

Im trying to transfer line connection forces from one model to another model as a line load.

Hi @Jonathan !

Do you mind sharing the script? What it is currently no working?

Hey Marco
My problem is that the loads do not correlate with the line connection forces in intensity. (two screenshots from FEM)

test_line_con_forces.gh (31.0 KB)

@Jonathan
I need your .str file in order to run your script :slight_smile:

PS:
Is there a reason for you to write several post and not only one?

FEM-test input.str (548.3 KB)
I was not allowed to upload more than one item at the time.

@Jonathan

As you have might considered, the task was not totally simple and it required some special workflow.

Find attach an example which will show you how to achieve the goal.

The trick was to get the information related to line connection force Id which can be returned using “getResultsFromBsc”.

We will improve the workflow so that the same can be achieved in an easier way

lineconnection_Example.zip (351.2 KB)

Thanks for the help. im getting an error in the example file:


“cant convert text to integer”

the first two values are the problem i suspect?

image