I’m a bit stuck with my little tool here and can’t figur out, whats wrong.
I’m trying to Transfer the Assembly Type Name to all Assembly Members Comments parameter.
First I collect the Assembly type name with Rhythm’s node GetParameterByName(TypeOrInstance) and then all the Assembly Members with Clockwork’s node Assembly.Members. Then setting the parameter value with Rhythm’s node SetParameterByName(TypeOrInstance) and then it only sets the parameter value on one element.
Solved it! I needed to install the latest version of Iron Python and reinstall Dynamo. Not only is everything working but Dynamo is running it’s graphs much faster than before.
This is a great code thanks! I do have a question tho, it only works for one assembly at a time? I have over 100 assemblies so this is still does not seem like the perfect solution for me.
Im trying to get all assembly members for all my assemblies, so i can give them a type mark named like the assembly name (where the elements are in). Someone who can help me out?
Hi Noes
If you want to apply the assembly name to all assembly members Type Mark parameter, just apply Categories and all element of categories to the Element.Name node.
I will share my solution with an image.