jun_abid
(AAJ)
January 23, 2023, 12:12am
1
Panel 1 , panel 2 and panel 3 contains some specific data respectively. I want to combine this data into one single panel such that data of panel 1 stays in first line of output panel , data of panel 2 stays in second line of output panel and so on. I have tried merge option but I see a different output.
Any hep and recommendations are recommended.
Thanks in advance.
kev.r
(Kevin)
January 23, 2023, 12:29am
2
Something like this?
weave.gh (12.8 KB)
For future reference, you’re more likely go get help if you post a grasshopper file with internalized geometry.
Asking questions and getting answers is what this forum is all about. Although people are generally very helpful, there are things you can do to improve your chances of getting good and quick answers. Below you will find some suggestions, but don’t think of them as rules and especially don’t think of them as guarantees.
1. Choose a descriptive title for your post
Don’t title your question Help! or I have a problem or Deadline tonight!, but actually describe the problem you are having.
2. Be s…
-Kevin
1 Like
jun_abid
(AAJ)
January 23, 2023, 1:07am
3
Thanks for the response Kevin.
We have 4 panels:
Panel 1 : 1234567890
panel 2 : 9876543210
panel 3: 13579
panel 4 : 2468
I want an output like this.
Output panel :
1234567890
9876543210
13579
2468
I truly appreciate the help.
jun_abid
(AAJ)
January 23, 2023, 4:29pm
5
Hi Kevin,
Thanks for the response.
I want an output as attached in the image.
I truly appreciate your help.
Regards,
Abid.
Why don’t you post your Grasshopper file?
1 Like
Martijn.w
(Martijn Weiland)
January 23, 2023, 5:04pm
7
Do you mean something like this?
Panel → merge → text join