Sine curve

Hello everybody!
Can you please tell me how can I organize the points in this way? I am trying to use the “graph mapper” but I am doing something wrong

01.3dm (56.7 KB) unnamed.gh (15.5 KB)

Hi @G.Piren,

Since you have a rather complex complex data structure, you have to keep in mind that you need to match its tree structure when you for instance introduce new data that should manipulate the existing one.

Here’s what I’ve come up with:

2020-11-13 09-36-42.2020-11-13 09_38_23

The overall maximum height can be controlled with a slider and is constrained by the distance to the lower line.

2020-11-13 09-34-01.2020-11-13 09_35_15

The position of the lowest reaching curve can be altered in relation to an attractor point on the reference line curve.
Furthermore, the overall shape of the curves can be manipulated with a Graph Mapper component, like you intended.

unnamed2.gh (17.8 KB)

5 Likes

Thank you very much!

1 Like