Ella
1
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
Ella
4
1 Like