Get Model Groups Origin

Is it possible at all in Dynamo to get a model groups origin? Or the location of where that particular model group is placed?

Thanks,

Have you tried clockwork’s Element.Location" node?

2 Likes

and just to illustrate what Dimitar had in mind:

 

Capture

2 Likes

Sweet! It worked, now I filtered what I needed down and I seem to have forgotten how to get the element ID of a string. I know I cant plug in from Flatten to element.

2014-12-23_0940

 

 

 

 

 

 

Thanks,

Hi Patrick,

You can use “ElementsFilterByName” node from Clockwork Package to filter your groups by name. Good Luck!

Untitled

I got it, I forgot that you need to tie in the “All elements of Type” into the “List.FilterByBoolMask” in order to get the actual element itself. Thank you though!