I am trying to update the distance value of a dynamic block parameter by a value, but the node is erroring out on me saying that a parameter of Distance1 doesn’t exist. I then start checking to see if Dynamo recognizes my block references as dynamic and it does NOT recognize the block references as dynamic but it does recognize the block itself as being dynamic. Thoughts on how to update this value?
Hi @jbrunkhorst,
I just did a quick test with a simple dynamic block containing a linear stretch parameter and didn’t have any issues. If you’re able to share the DWG with me, I can take a closer look. Feel free to DM if needed.
Feeder Connection Block.dwg (449.6 KB)
Here is a dwg with that block in it that I am trying to manipulate. Thanks!
Seems to work for me:
Maybe double-check that everything is spelled correctly, with no additional spaces? It could also be that the input list contains other block references that don’t have the Distance1
parameter.
1 Like
Wow, sorry. Restarted CAD and works great! Thank you!
1 Like