How to delete last path from a tree

I want to delete path {10} from the list.

Hi,

If it’s always path 10, use Split Tree.
If not, cull the last path and use Tree Branch.

CullLastpath.gh (14.5 KB)

3 Likes

Thank you, it’s not always {10} but it’s the last path always. I have used the cull index and it works perfectly.

Regards
Akshay