Linear array query


LA_query.RH.3dm (38.4 KB)
reverse_list_query (4).GH (17.7 KB)

HI there,
When linear array and tween is used it uses the distance betyween the curves depending on the value assigned in the slider. In the figure suppose the distnace between the curves is 1 , 2 ,3 … repectively.
is there any way I can assign a value to 1 and then keep another value to 2,3,4…??

i want to know more about this post

Instead of using the Linear Array component, use the Move component with a non-linear generator (or a list of custom values).

reverse_list_query (4)_re01.GH (9.9 KB)

-Kevin

Thanks for the response.
I want to pipe over these tween curves but with cross-section of an ellipse.
Is there any way to do it ? I just know to pipe it with circular cross-section.
Please help me out.

The Pipe component doesn’t allow you to select a cross-section.

Here’s an example using the Sweep1component and the curves from your file.

reverse_list_query (4)_re02.GH (11.2 KB)

-Kevin

Hi, sorry, I am unsure how to create a new post but I am having difficulties with ‘linear array’. I want to change the direction of my ‘interpolated’ curve to run along the x axis rather than the y axis to create a long truss. I have tried using a ‘Flip matrix’ and a ‘rotate plane’ but neither works. Is this possible to do? Advice on this would be great


Thank you

Hi @Izzy1 ,

Please create a New Topic that states your problem clearly, has screenshots, (as you have) and has your grasshopper file attached with your input geometry/data internalized and users will be happy to help.

Internalized data is when you right click on an input and choose “Internalize Data” it stores the input in the node itself so that we don’t need the rest of your script before that or a Rhino file for instance.

Thanks!