Grasshopper database management question

Hi everyone!

First thank you for anyone who is willing to spend some time to help me.

I am writing an algorithm for a civil engineering problem.
The base idea is that I copy the end geometry multiple times with different configuration therefore when I connect the results to a FEM software I don’t have to iterate the calculations, all solutions will be presented the same time.

I had no issue creating the script for a single geometry but I cannot work around the database management for multiple solutions.

I have uploaded the GH script for the simplified version, and the one where I got stuck. (I have also deleted any relevant part of the script for easier understanding)

Thank you one more time,
Richard

problem.gh (19.0 KB)
simplified.gh (12.6 KB)

I’ve only just looked at your simplified file.

Can you please right click the Curve component at the very beginning and internalise data?

Sorry for that. Completely forgot it. I have updated the files. (By the way it should work with any rectangle)

Thank you!

The simplified file still does not contain the input curve.

Any rectangle, ok but what size. I would not have to ask or guess this if the curve was in your file.

Anyway, I looked at the problem file now.

You can use a Cross Reference component to sort the inputs for the Curve | Curve Intersection.

problem.gh (30.6 KB)

1 Like

Sorry for the inconvenience. When I tested the data was internalize but apparently I did mess up something.

On the brighter side my problem is solved.
Thank you very much!

1 Like

Thanks. Please click the solution button in one of my posts so other users see it has been solved.

1 Like