Extraction of the heaviest element's coordinates

Hi, all

I want to extract the heaviest element’s coordinates.

So, I already extract all elements’ center coordinates and weights data.

I found the heaviest component using ‘List.MaximumItem’ node.

But how can I know the coordinate of this heaviest component?

hi @Ella,
I don’t know if it will help you but you could try the element.location+ node from Clockwork package.

“DYNAMO > PACKAGES > SEARCH FOR A PACKAGE…”

1 Like

Think this is what you’re after:

If you have multiple of the same max-weights this method might be more suitable:

2 Likes

@Ernesto_Pellegrino
@Jonathan.Olesen

Thank you! It is easy method!

1 Like