Weave Branches

Hello,

i am facing a problem which i am unable to solve for couple hrs now. Also my knowledge of the Path mapper is close to non- exsitend.

Let me try to explain the Problem :

I have two Data trees i would like to weave together in a custom pattern. First Tree has 468 Branches , the other one has 156.
The Weave component “ignores” my Pattern, and uses a 0,1, (…) Pattern instead.

If someone could explain my mistake to me i would be very thankfull…
problem_weave branches1.gh (868.9 KB)
i have added explanatory txt to the GH file aswell.
Kindly help me please.

Toni

What’s your end goal;? Your sequence of branches for hole and the other elements don’t match. Hence it wont give out the results you’re expecting. Do you want all the components inside the curve in one branch? Where did the branches come from? if you share the source of data, maybe it would be more helpful to give a solution.

yes exsactly, i want all the components inside the curves in one branch … unfortunatly i can not share the whole script. if really neeed, i can try and talk to the guys tmrw and get back to u .

And yes it should match, if the pattern would work .

Check if this works in that case?
problem_weave branchesrev.gh (874.2 KB)

Also, to check if all branches are ok, consider using tree branch component instead of bang. I’ve done it for you in this script. Would be easier.
Cheers!

problem_weave rev 2.gh (869.2 KB)

thats an interesting alternate solution . i will have a close look at it tmrw. Thanks !