As the picture show, I want to delete the first point and the last point in these branch.
The first one is easy. But what about the last one? I can’t find a rule to do these.
Thank you!
If you’re willing to use Cull Index then you can use the indices 0
and -1
to remove the first and last item in each branch. If you want to use the Split Tree component then it becomes a lot harder.
Thank you!
I suggest that you can build a rule like '?-1‘ to the split component for deleting the last one.
I really want to get this rule.
I’ll need to think hard about whether it would conflict with any of the rule evaluation logic. In the meantime, you can do this using Split Tree: splitcull.gh (9.7 KB)
Great!I’m really looking forward to get the new rule.
And, many thanks to you for your GH.