Grafting index

Having an issue matching up indexed items between trees for solid difference. Using list item pulls up the correct geometries but the entire lists are not matching up. Thought grafting would work but that is not the case.Subtraction_example_Fail.gh (279.2 KB)

What are you trying to do? are you trying to bool each POSTs list with the Miter list? If so the lists are already correct without graft.

thanks for quick reply. Trying to Boolean the 3 Posts indexed 0 with only the Mitered Solid indexed zero. It is not work with or with out the graft. Each Subtracting Solid is affecting more than it’s own Corresponding Post index.

You are looking for flip matrix on the POSTs and graft on the miters.


Subtraction_example_Flip.gh (277.3 KB)

Thank you, thank you, thank you.