Removing first and last branch of a tree

Hello, i would like to remove the first and last branch of this tree. So i would like to remove branch 0 and 7 and keep the rest. Any way to do this?

Hope i am clear.

Thank you in advance

EDIT: The tree is variable so i cannot filter number ‘7’ out but it has to be the last

Jakinta,

I am afraid my question is not answered in this one.

Thanks though.

I am afraid it is :slight_smile:
Just Cull indices 0 and -1 from Tree statistics.

2 Likes

3 Likes