Element.location Radius of Arc?

Hi,

I have a question, I would like to get the radius of certains wall. I have seen that with “Element.Location” from Clockwork I can get it (maybe an other way?). But i can’t get specificly the Radius, I just have the list of all. I try to filter tham but it doesn’t work…

How can I “deconstrcut” these lines/arcs to get the radius?

Thanks for all!

Just use Arc.Radius node:

1 Like

Element.GetLocation is in Dynamo?I don’t find it, maybe i need to update?

I believe it’s been in Dynamo since 1.1 or maybe 1.2

It’s that, I’m in 0.9, I keep you in touch!

Thanks!

Clockwork’s node should work just fine. I added a node to filter for Arcs only:

Yeah it’s works, i get all Radius, i will think to “Remove if not” next time, better than “Contains”

Thanks!